Explorar o código

Add shortcuts for start/end of line in visual mode to .vimrc

Frans Bergman %!s(int64=6) %!d(string=hai) anos
pai
achega
1d4c4fb5f6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

@@ -32,6 +32,9 @@ nnoremap Y y$
 nnoremap H ^
 nnoremap L $
 
+vnoremap H ^
+vnoremap L $
+
 inoremap jk <esc>
 inoremap <esc> <nop>
 inoremap <Left> <nop>