Parcourir la source

Add vim insert mode keybinds

Frans Bergman il y a 6 ans
Parent
commit
cb9c86cbd6
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      .vimrc

+ 7 - 0
.vimrc

@@ -16,3 +16,10 @@ nnoremap <leader>f :tabfind ./**/
 nnoremap Y y$
 nnoremap H ^
 nnoremap L $
+
+inoremap jk <esc>
+inoremap <esc> <nop>
+inoremap <Left> <nop>
+inoremap <Right> <nop>
+inoremap <Up> <nop>
+inoremap <Down> <nop>