add with-editor-cancel keybinding ,k
This commit is contained in:
parent
b2f594cee6
commit
9dec9fbbea
1
init.org
1
init.org
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue