Hacker News new | ask | show | jobs
by kbenson 2837 days ago
> Most notably, it turned out that having arrow keys on my home row is a great idea.

Those are the original vi cursor movement keys, so when you're in command mode you can move around without leaving the home row (and I suspect it was originally used on systems without arrow keys...). Tried and true for multiple decades. :)

Edit: Actually, it's not the same as vi cursor movement keys, since it uses i for up, instead of having them all on the home row. I didn't notice that originally, but anamexis comment reminded me. :/

1 comments

> (and I suspect it was originally used on systems without arrow keys...)

This is correct! The vi editor was originally created on a ADM-3A terminal which had the arrow keys on HJKL.

http://www.catonmat.net/blog/why-vim-uses-hjkl-as-arrow-keys...