Browse Source

Allow window switch in insert mode

Thomas Dy 8 years ago
parent
commit
1203f6a266
1 changed files with 1 additions and 0 deletions
  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>