vimrc: active arrow keys

This commit is contained in:
Thomas Preisner 2016-12-13 16:23:06 +01:00
parent 1882b65226
commit 6ad09824a9

16
vimrc
View file

@ -111,15 +111,15 @@ endif
set number set number
" Disable arrow keys " Disable arrow keys
map <Right> <Nop> "map <Right> <Nop>
map <Left> <Nop> "map <Left> <Nop>
map <Up> <Nop> "map <Up> <Nop>
map <Down> <Nop> "map <Down> <Nop>
map! <Right> <Nop> "map! <Right> <Nop>
map! <Left> <Nop> "map! <Left> <Nop>
map! <Up> <Nop> "map! <Up> <Nop>
map! <Down> <Nop> "map! <Down> <Nop>
" allow easier pane switching " allow easier pane switching
nnoremap <C-J> <C-W><C-J> nnoremap <C-J> <C-W><C-J>