vimrc: active arrow keys
This commit is contained in:
parent
1882b65226
commit
6ad09824a9
1 changed files with 8 additions and 8 deletions
16
vimrc
16
vimrc
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue