Hacker News new | ask | show | jobs
by notinventedhear 3062 days ago
Probably since ctrl-a is a well-loved bash shortcut for goto start-of-line.
3 comments

I assume that shortcut predates the existence of the Home key? Maybe we can let it die.
The home key is in a terrible, terrible place on the keyboard and missing in many laptop keyboards. Ctrl-A is much easier to reach while touch typing, especially after remapping Caps Lock to Ctrl.
I hope not. I actually find C-a and C-e (for end) _much_ easier to type, especially with Caps Lock remapped to CTRL.
And my own personal muscle memory prefers a different setup, so that's why these things should be configurable, but the defaults should probably match common conventions don't you think?
Not for us vi/vim guys.
set -o vi

:D