I have an issue when I run emacs with -nw
: all my C-M-
bindings stop working, as C
(control) doesn't register, and only the M-
binding is executed.
E.g:
(global-set-key (kbd "C-M-.") 'vundo)
-- works in Emacs GUI, but with emacs -nw
I get M-.
executed. I have key chords start with C-M-<return>
, in -nw
mode I always get the message: M-RET
is undefined.
The terminal emulator might be behind this? - I tried xterm, urxvt, alacritty and kitty, same everywhere.
My emacs config? I tried with emacs -Q -nw
-> same issue.
What am I missing? Where is my Control going in terminal mode?