diff --git a/.vimrc b/.vimrc index 4cafc67..8c8d791 100644 --- a/.vimrc +++ b/.vimrc @@ -123,6 +123,12 @@ set foldlevel=99 " remap code folding nnoremap g za +" disable arrow keys +noremap +noremap +noremap +noremap + " html css js indents au BufNewFile,BufRead *.js, *.html, *.css \ set tabstop=4 |