Order keyboard maps alphabetically
This commit is contained in:
parent
cd6b2eb59b
commit
f2f8645868
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -1,10 +1,10 @@
|
|||
silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||
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>
|
||||
nmap <silent> <A-Up> :wincmd k<CR>
|
||||
set autoindent
|
||||
set background=dark
|
||||
set colorcolumn=72
|
||||
|
|
Loading…
Reference in a new issue