Let's be opinionated - disable the arrow keys and save the world
This commit is contained in:
parent
2f2325755c
commit
d6e129bc3d
5
vim/settings/disable-arrowkeys.vim
Normal file
5
vim/settings/disable-arrowkeys.vim
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user