6 lines
133 B
VimL
6 lines
133 B
VimL
" Use h,j,k,l to move around in vim! Don't cheat!
|
|
noremap <Up> <NOP>
|
|
noremap <Down> <NOP>
|
|
noremap <Left> <NOP>
|
|
noremap <Right> <NOP>
|