diff options
-rw-r--r-- | lisp/init-git.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 861d839..3400375 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -186,6 +186,9 @@ the commit buffer. And no dinging." (define-key magit-file-section-map (kbd "C-j") 'magit-diff-visit-file-worktree) (define-key magit-hunk-section-map (kbd "C-j") 'magit-diff-visit-file-worktree) + (define-key magit-log-mode-map "j" 'ace-jump-mode) + (define-key magit-refs-mode-map "j" 'ace-jump-mode) + (magit-define-popup-action 'magit-commit-popup ?u "Auto commit" 'km/magit-auto-commit) (magit-define-popup-action 'magit-push-popup |