Browse Source

Add a few vim movement keybinds

Frans Bergman 6 years ago
parent
commit
e6370c642b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -12,3 +12,7 @@ nnoremap <leader>ev :vsplit $MYVIMRC<cr>
 nnoremap <leader>sv :source $MYVIMRC<cr>
 
 nnoremap <leader>f :tabfind ./**/
+
+nnoremap Y y$
+nnoremap H ^
+nnoremap L $