tools/magit: don't close magit with ESC
This commit is contained in:
parent
cb923eadcc
commit
e56a9580d7
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ It is passed a user and repository name.")
|
|||
(evil-define-key* '(normal visual) magit-mode-map
|
||||
"zz" #'evil-scroll-line-to-center
|
||||
"%" #'magit-gitflow-popup)
|
||||
;; Don't use ESC to close magit
|
||||
(evil-define-key* 'normal magit-mode-map [escape] nil)
|
||||
(after! git-rebase
|
||||
(dolist (key '(("M-k" . "gk") ("M-j" . "gj")))
|
||||
(when-let* ((desc (assoc (car key) evil-magit-rebase-commands-w-descriptions)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue