mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Move ESC keybind for transient to tools/magit
This commit is contained in:
@@ -39,7 +39,10 @@ It is passed a user and repository name.")
|
||||
#'hide-mode-line-mode)
|
||||
|
||||
;; properly kill leftover magit buffers on quit
|
||||
(define-key magit-status-mode-map [remap magit-mode-bury-buffer] #'+magit/quit))
|
||||
(define-key magit-status-mode-map [remap magit-mode-bury-buffer] #'+magit/quit)
|
||||
|
||||
;; Close transient with ESC
|
||||
(define-key transient-map [escape] #'transient-quit-one))
|
||||
|
||||
|
||||
(def-package! forge
|
||||
|
Reference in New Issue
Block a user