add with-editor-cancel keybinding ,k

This commit is contained in:
janis 2025-09-15 21:54:54 +02:00
parent b2f594cee6
commit 9dec9fbbea
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -508,6 +508,7 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe
;; magit uses with-editor-mode to spawn the git process ;; magit uses with-editor-mode to spawn the git process
;; in with the emacs client as the $EDITOR ;; in with the emacs client as the $EDITOR
(general-def '(emacs normal) 'with-editor-mode-map ",," 'with-editor-finish) (general-def '(emacs normal) 'with-editor-mode-map ",," 'with-editor-finish)
(general-def '(emacs normal) 'with-editor-mode-map ",k" 'with-editor-cancel)
(leader-def (leader-def
"<TAB>" #'nemo/switch-to-last-buffer "<TAB>" #'nemo/switch-to-last-buffer
"<SPC>" #'completion-at-point "<SPC>" #'completion-at-point