vimrc (281B)
1 set fenc=utf-8 2 set encoding=utf-8 3 filetype on 4 5 set nonumber 6 set autoindent 7 set shiftwidth=4 8 set tabstop=4 9 set viminfo= 10 syntax off 11 set t_Co=0 12 13 map <up> <nop> 14 map <down> <nop> 15 map <left> <nop> 16 map <right> <nop> 17 18 imap <up> <nop> 19 imap <down> <nop> 20 imap <left> <nop> 21 imap <right> <nop>