disable arrow keys
This commit is contained in:
parent
98dfe49cf6
commit
9437ae2bc6
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -123,6 +123,12 @@ set foldlevel=99
|
||||||
" remap code folding
|
" remap code folding
|
||||||
nnoremap <leader>g za
|
nnoremap <leader>g za
|
||||||
|
|
||||||
|
" disable arrow keys
|
||||||
|
noremap <Up> <Nop>
|
||||||
|
noremap <Down> <Nop>
|
||||||
|
noremap <Left> <Nop>
|
||||||
|
noremap <Right> <Nop>
|
||||||
|
|
||||||
" html css js indents
|
" html css js indents
|
||||||
au BufNewFile,BufRead *.js, *.html, *.css
|
au BufNewFile,BufRead *.js, *.html, *.css
|
||||||
\ set tabstop=4 |
|
\ set tabstop=4 |
|
||||||
|
|
Loading…
Add table
Reference in a new issue