Window switching for insert mode

This commit is contained in:
madmaurice 2015-12-03 16:59:33 +01:00
parent 985de6ac65
commit cd152f0f6d

View file

@ -191,6 +191,10 @@ nnoremap <silent> <C-l> <C-w>l
nnoremap <silent> <C-h> <C-w>h
nnoremap <silent> <C-j> <C-w>j
nnoremap <silent> <C-k> <C-w>k
inoremap <silent> <C-l> <Esc><C-w>l
inoremap <silent> <C-h> <Esc><C-w>h
inoremap <silent> <C-j> <Esc><C-w>j
inoremap <silent> <C-k> <Esc><C-w>k
nnoremap K :q<cr>
" Quick macroing
nnoremap Q @@