Vim config disabled anti-arrows
This commit is contained in:
parent
076593c902
commit
f5051fd98d
1 changed files with 9 additions and 9 deletions
18
vimrc
18
vimrc
|
@ -50,15 +50,15 @@ hi User5 guifg=#eeee40 guibg=#222222
|
||||||
|
|
||||||
"filetype plugin indent on
|
"filetype plugin indent on
|
||||||
|
|
||||||
noremap <Up> ""
|
"noremap <Up> ""
|
||||||
noremap! <Up> <Esc>
|
"noremap! <Up> <Esc>
|
||||||
noremap <Down> ""
|
"noremap <Down> ""
|
||||||
noremap! <Down> <Esc>
|
"noremap! <Down> <Esc>
|
||||||
noremap <Left> ""
|
"noremap <Left> ""
|
||||||
noremap! <Left> <Esc>
|
"noremap! <Left> <Esc>
|
||||||
noremap <Right> ""
|
"noremap <Right> ""
|
||||||
noremap! <Right> <Esc>
|
"noremap! <Right> <Esc>
|
||||||
|
"
|
||||||
noremap <S-Space> <Esc>
|
noremap <S-Space> <Esc>
|
||||||
|
|
||||||
noremap j gj
|
noremap j gj
|
||||||
|
|
Loading…
Reference in a new issue