Hacker News new | ask | show | jobs
by sakabaro 3446 days ago
> Then there are the embarrassing things like I couldn't find the shortcut to go to the end of the current line. On Linux it's the End key - on Mac I assume it's some combination somewhere.

Crt+a. Every emacs shortcuts work everywhere in MacOS.

2 comments

The canonical way for the End key is fn + right arrow, fn + left arrow for Home, and fn + up/down arrow for Page Up/Down. And you can even use Del with fn + Backspace! But me too, I prefer the emacs shortcuts.
Either emacs shortcuts do not work in MacOS, or you mean Ctrl+e to go to the end of current line :)