Wiki

by yszheda

View project onGitHub

Tip 46: Keep Your Fingers on the Home Row

Return to the top: <<Practical Vim>>

Command Move cursor
h One column left
l One column right
j One line down
k One line up

History

Break the Habit of Reaching for the Arrow Keys

noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>