Merge pull request #4 from Jidbo/no-arrows
disable arrow keys in insert mode
This commit is contained in:
commit
f8733dacd5
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue