diff options
-rw-r--r-- | lisp/init-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 001c119..d100e6a 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -288,6 +288,7 @@ the file name if NO-DIRECTORY is non-nil." (define-key magit-cherry-mode-map "j" 'km/avy-goto-subword-1) (define-key km/git-map "." 'km/magit-show-commit-at-point) + (define-key km/git-map "d" 'magit-dispatch-popup) (define-key km/git-map "e" 'km/magit-commit-extend-all) (define-key km/git-map "f" 'km/magit-checkout-file) (define-key km/git-map "l" 'magit-log-buffer-file) |