Let's be opinionated - disable the arrow keys and save the world

This commit is contained in:
Yan Pritzker 2013-12-16 10:03:36 -06:00
parent 2f2325755c
commit d6e129bc3d

View File

@ -0,0 +1,5 @@
" 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>