-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: WTH is going on with Alt+X? It quits... #7
Comments
OK, so this means I really can't use Esc as this nice quick exit function in Alt+Q is kinda viable,
Well, not so fast....Actually, even my vanilla Emacs 30 seems to use that key by default in .sh mode, overriding the global map... Noice...:
So, WTF should I do now?-> https://emacs.stackexchange.com/questions/352/how-to-override-major-mode-bindings/358 The new conemacs:
force-map-quit-key.el:
|
Fix #7 -- such a depressing "journey" to a convoluted solution though!...
...while
C-h k
says thatC-x C-c x
is undefined! :-oC-x C-c x
the same as Alt+X-> Only in console mode -- not in the normal config!
conemacs
toC-x C-c
and b) Alt = Esc to the idiotic terminal stuff... :-/ESC
?->It's the proper exit command, with confirmations etc., so probably! But doesn't happen in GUI mode!
C-x C-c
...Yet another sad case of terminal key translation fukup! :-/ -> #8
(Confirmed by e.g. the default Alt+Q also quitting.)
The text was updated successfully, but these errors were encountered: