Parcourir la source

Allow window switch in insert mode

Thomas Dy il y a 8 ans
Parent
commit
1203f6a266
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -113,6 +113,7 @@ vnoremap k gk
 " opening ctrlp
 nnoremap <C-O> :CtrlPBuffer<cr>
 
+imap <C-W> <ESC><C-W>
 nnoremap <C-T>h :tabprev<cr>
 nnoremap <C-T>l :tabnext<cr>