vim: restore ESC on navigation keys

This commit is contained in:
Frank Villaro-Dixon 2014-07-07 12:25:15 +02:00
parent 018b41e6f4
commit bfc065eb39

View file

@ -193,3 +193,16 @@ endif
"vimdiff
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>