mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: disable C-M-w
This commit is contained in:
parent
691262dfe5
commit
984e15903e
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue