Merge pull request #4 from Jidbo/no-arrows

disable arrow keys in insert mode
This commit is contained in:
saibotk 2019-01-24 11:16:30 +01:00 committed by GitHub
commit f8733dacd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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