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:
Gergely Polonkai 2020-03-03 06:19:40 +01:00
parent 72b38bc10b
commit ea0303af23
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 0 deletions

View File

@ -3715,6 +3715,7 @@ With the new Transient package it will be easier. I just dont 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)