|
|
Subscribe / Log in / New account

Intuitive ways to exit text editors

Intuitive ways to exit text editors

Posted Apr 13, 2022 23:50 UTC (Wed) by neilbrown (subscriber, #359)
In reply to: Intuitive ways to exit text editors by dskoll
Parent article: Negative dentries, 20 years later

> emacs: Ctrl-G Ctrl-G Ctrl-G Ctrl-X Ctrl-C

This actually doesn't work for me ..... because I deliberately disabled it as I was somehow typing it accidentally.
Now I use : alt-x k i l l - e m a c s enter
I haven't yet typed that by mistake.


to post comments

Intuitive ways to exit text editors

Posted Apr 14, 2022 7:40 UTC (Thu) by SiB (subscriber, #4048) [Link]

My way of starting emacs is `emacsclient -c -d "$DISPLAY" --alternate-editor='' "$1"`

That has the same effect on how to kill the emacs process. Ctrl-X Ctrl-C just closes the frame.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds