vim: restore ESC on navigation keys
This commit is contained in:
parent
018b41e6f4
commit
bfc065eb39
1 changed files with 13 additions and 0 deletions
13
vim/vimrc
13
vim/vimrc
|
@ -193,3 +193,16 @@ endif
|
||||||
"vimdiff
|
"vimdiff
|
||||||
set diffopt+=iwhite
|
set diffopt+=iwhite
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
"On dvorak, I have to relearn vim again:
|
||||||
|
noremap <Up> ""
|
||||||
|
noremap! <Up> <Esc>
|
||||||
|
noremap <Down> ""
|
||||||
|
noremap! <Down> <Esc>
|
||||||
|
noremap <Left> ""
|
||||||
|
noremap! <Left> <Esc>
|
||||||
|
noremap <Right> ""
|
||||||
|
noremap! <Right> <Esc>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue