Hacker News new | ask | show | jobs
by Cerium 2559 days ago
I would like to add control-g to the list. It is frustrating for new emacs users that it can be easy to get stuck. Control-g is the general "quit" which will get you back to editing text from most annoying situations.
2 comments

Mashing ESC also works.

ESC ESC ESC (translated from <escape> <escape> <escape>) runs the command keyboard-escape-quit (found in global-map), which is an interactive compiled Lisp function in ‘simple.el’.

Yes, I definitely missed that one. Good catch.