Hacker News new | ask | show | jobs
by the_hoser 3441 days ago
Oh no. We're not going there. My hands are not so small, and I've got the rattlesnake-like "hit esc" action down. Thinking about the command keys again sounds like a great way to discard all of my productivity for about three weeks.
1 comments

Fair enough, but I've heard similar reasoning espoused from other vim users who were reluctant to transition away from arrow keys. Perhaps you might find the productivity dip worth it in the long run, but I am not unsympathetic to the cost of shaking the routine up.
In .vimrc:

    no <Right> $
    no <Left> ^
    no <Up> <C-U>
    no <Down> <C-D>
That should be enough to help newbies to stop using the arrow keys and put their right hands on hjkl as the Gods intended.
I can vouch for this. It's much faster for me to hit "jk" (my preferred mapping for escape) than it is to hit the Escape key. And given how frequently you need Escape in Vim, the time adds up really fast. It's also just a lot more comfortable, because my hands can remain on the home row.