disable arrow keys in insert mode

This commit is contained in:
Jidbo 2019-01-24 11:15:26 +01:00
parent af4280a315
commit f84e682bcc

4
.vimrc
View file

@ -128,6 +128,10 @@ noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
imap <up> <nop>
imap <down> <nop>
imap <left> <nop>
imap <right> <nop>
" html css js indents
au BufNewFile,BufRead *.js, *.html, *.css