Explorar o código

Allow window switch in insert mode

Thomas Dy %!s(int64=8) %!d(string=hai) anos
pai
achega
1203f6a266
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>