From ea0303af238ea0f09d393e1d5678bb43932b263e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 3 Mar 2020 06:19:40 +0100 Subject: [PATCH] Unbind the C-z key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 92f7691..36077d8 100644 --- a/configuration.org +++ b/configuration.org @@ -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)