Vim config disabled anti-arrows

This commit is contained in:
Frank Villaro-Dixon 2013-07-15 13:35:28 +02:00
parent 076593c902
commit f5051fd98d

18
vimrc
View file

@ -50,15 +50,15 @@ hi User5 guifg=#eeee40 guibg=#222222
"filetype plugin indent on
noremap <Up> ""
noremap! <Up> <Esc>
noremap <Down> ""
noremap! <Down> <Esc>
noremap <Left> ""
noremap! <Left> <Esc>
noremap <Right> ""
noremap! <Right> <Esc>
"noremap <Up> ""
"noremap! <Up> <Esc>
"noremap <Down> ""
"noremap! <Down> <Esc>
"noremap <Left> ""
"noremap! <Left> <Esc>
"noremap <Right> ""
"noremap! <Right> <Esc>
"
noremap <S-Space> <Esc>
noremap j gj