Add mappings to switch windows more succinctly
This commit is contained in:
parent
cb6170d2f8
commit
9a0c71eccf
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
@ -119,6 +119,12 @@ au BufRead,BufNewFile *.md setlocal textwidth=80
|
|||
set splitbelow
|
||||
set splitright
|
||||
|
||||
" Quicker window movement
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
||||
" configure syntastic syntax checking to check on open as well as save
|
||||
let g:syntastic_check_on_open=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue