Ver Fonte

Add vim insert mode keybinds

Frans Bergman há 6 anos atrás
pai
commit
cb9c86cbd6
1 ficheiros alterados com 7 adições e 0 exclusões
  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>