Browse Source

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

Frans Bergman 6 years ago
parent
commit
1d4c4fb5f6
1 changed files with 3 additions and 0 deletions
  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>