emacs: disable C-M-w

This commit is contained in:
Protesilaos Stavrou 2026-04-07 20:30:26 +03:00
parent 691262dfe5
commit 984e15903e
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
"<f2>" #'toggle-input-method ; F2 overrides that two-column gimmick. Sorry, but no!
"<insert>" #'nil
"<menu>" #'nil
"C-M-w" nil ; never use it
"C-x C-d" #'nil ; never use it
"C-x C-v" #'nil ; never use it
"C-z" #'nil ; I have a window manager, thanks!

View file

@ -2694,6 +2694,7 @@ key bindings.
"<f2>" #'toggle-input-method ; F2 overrides that two-column gimmick. Sorry, but no!
"<insert>" #'nil
"<menu>" #'nil
"C-M-w" nil ; never use it
"C-x C-d" #'nil ; never use it
"C-x C-v" #'nil ; never use it
"C-z" #'nil ; I have a window manager, thanks!