Mappings for window switching
This commit is contained in:
parent
17f9a2ce42
commit
666e41a829
1 changed files with 9 additions and 0 deletions
|
@ -138,6 +138,15 @@ nnoremap <silent> ; :call AddSemicolon()<cr>
|
||||||
nnoremap <silent> <leader>todo :g/TODO/<cr>
|
nnoremap <silent> <leader>todo :g/TODO/<cr>
|
||||||
" 0 should find first non blank
|
" 0 should find first non blank
|
||||||
nmap 0 ^
|
nmap 0 ^
|
||||||
|
" Moving through windows
|
||||||
|
nnoremap <C-l> <C-w>l
|
||||||
|
nnoremap <C-h> <C-w>h
|
||||||
|
nnoremap <C-j> <C-w>j
|
||||||
|
nnoremap <C-k> <C-w>k
|
||||||
|
|
||||||
|
" Quick macroing
|
||||||
|
:nnoremap + @wj
|
||||||
|
|
||||||
" --- Don't need a help
|
" --- Don't need a help
|
||||||
inoremap <F1> <nop>
|
inoremap <F1> <nop>
|
||||||
nnoremap <F1> <nop>
|
nnoremap <F1> <nop>
|
||||||
|
|
Loading…
Reference in a new issue