Add keyboard shortcuts to switch windows
This commit is contained in:
parent
a9278872af
commit
cd6b2eb59b
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -1,6 +1,10 @@
|
||||||
silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
|
silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
silent! execute pathogen#infect()
|
silent! execute pathogen#infect()
|
||||||
|
|
||||||
|
nmap <silent> <A-Up> :wincmd k<CR>
|
||||||
|
nmap <silent> <A-Down> :wincmd j<CR>
|
||||||
|
nmap <silent> <A-Left> :wincmd h<CR>
|
||||||
|
nmap <silent> <A-Right> :wincmd l<CR>
|
||||||
set autoindent
|
set autoindent
|
||||||
set background=dark
|
set background=dark
|
||||||
set colorcolumn=72
|
set colorcolumn=72
|
||||||
|
|
Loading…
Reference in a new issue