mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
(Try to) homogenize TAB/RET/ESC keybinds
Map them to \t/^M/^[, rather than [tab], [return] and [escape].
This commit is contained in:
@ -84,6 +84,7 @@ It is passed a user and repository name.")
|
||||
"%" #'magit-gitflow-popup)
|
||||
;; Don't use ESC to close magit
|
||||
(evil-define-key* 'normal magit-mode-map [escape] nil)
|
||||
(evil-define-key* 'normal magit-status-mode-map (kbd "TAB") #'magit-section-toggle)
|
||||
(after! git-rebase
|
||||
(dolist (key '(("M-k" . "gk") ("M-j" . "gj")))
|
||||
(when-let* ((desc (assoc (car key) evil-magit-rebase-commands-w-descriptions)))
|
||||
|
Reference in New Issue
Block a user