]> code.delx.au - dotfiles/commitdiff
vim: Don't stay in visual mode after indent
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 5 Oct 2012 08:51:10 +0000 (18:51 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 5 Oct 2012 08:51:10 +0000 (18:51 +1000)
.vim/macros.vim

index 25ab3899a8db32242375dc862eca74df6c219714..c84c515e05d0e78be914b55a77da18950ec45d69 100644 (file)
@@ -33,10 +33,6 @@ nmap <Esc>[Z <C-w>W
 " Q to reformat paragraph. I never use ex mode anyway (default binding for Q)
 nmap Q gwip
 
-" Stay in visual after indenting
-vnoremap < <gv
-vnoremap > >gv
-
 " Save using sudo
 command SudoWrite call SudoWriteFunction()