Unbind the C-z key
It’s rather dangerous under Sway, as i can’t restore a frame into running state after i press it (although Emacs still happily responds).
This commit is contained in:
parent
72b38bc10b
commit
ea0303af23
@ -3715,6 +3715,7 @@ With the new Transient package it will be easier. I just don’t know how to us
|
||||
("C-M-s" . isearch-forward)
|
||||
("C-M-r" . isearch-backward)
|
||||
("C-~" . toggle-char-case)
|
||||
("C-z" . nil)
|
||||
:map ctl-x-map
|
||||
("C-y" . gpolonkai/duplicate-line)
|
||||
("_" . maximize-window)
|
||||
|
Loading…
Reference in New Issue
Block a user