Sfoglia il codice sorgente

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

Frans Bergman 6 anni fa
parent
commit
1d4c4fb5f6
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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>