Sfoglia il codice sorgente

Allow window switch in insert mode

Thomas Dy 8 anni fa
parent
commit
1203f6a266
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>