Mappings for window switching

This commit is contained in:
madmaurice 2015-10-31 20:54:07 +01:00
parent 17f9a2ce42
commit 666e41a829

View file

@ -138,6 +138,15 @@ nnoremap <silent> ; :call AddSemicolon()<cr>
nnoremap <silent> <leader>todo :g/TODO/<cr>
" 0 should find first non blank
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
inoremap <F1> <nop>
nnoremap <F1> <nop>