Browse Source

Add vim insert mode keybinds

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