Search Results

2
votes

How do I indent multiple lines quickly in vi?

when you select a block and use > to indent, it indents then goes back to normal mode. I have this in my .vimrc : vnoremap < <gv vnoremap > >gv It let …