Browse Source

Add vim insert mode keybinds

Frans Bergman 6 năm trước cách đây
mục cha
commit
cb9c86cbd6
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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>