Window switching for insert mode
This commit is contained in:
parent
985de6ac65
commit
cd152f0f6d
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ nnoremap <silent> <C-l> <C-w>l
|
||||||
nnoremap <silent> <C-h> <C-w>h
|
nnoremap <silent> <C-h> <C-w>h
|
||||||
nnoremap <silent> <C-j> <C-w>j
|
nnoremap <silent> <C-j> <C-w>j
|
||||||
nnoremap <silent> <C-k> <C-w>k
|
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>
|
nnoremap K :q<cr>
|
||||||
" Quick macroing
|
" Quick macroing
|
||||||
nnoremap Q @@
|
nnoremap Q @@
|
||||||
|
|
Loading…
Reference in a new issue