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