← Back to context

Comment by eigencoder

8 hours ago

Does ctrl+a not work for you? ctrl+a and ctrl+e work for me across every app I use on my Mac.

It seems it does. Thank you.

That is a very strange keyboard shortcut when the home and end keys exist though.

Edit: It seems that Ctrl+A actually moves back to just after the most recent newline. That is not the same thing as moving back to the start of the line.

  • These keyboard shortcuts are also used in emacs; I'm not sure if that's the source of their inclusion in MacOS or if they have a common ancestor between them.

    What's the difference between "just after the most recent newline" and the start of the line?

    • The difference is when the current paragraph of text has line wrapped. Home on Windows goes back to the start of the current line, Ctrl+A on Mac goes back to the start of the current paragraph.

      1 reply →