Explorar el Código

Add vim insert mode keybinds

Frans Bergman hace 6 años
padre
commit
cb9c86cbd6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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>