diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -969,9 +969,9 @@ ("C-x 4 a" . nil)) (define-key magit-file-section-map (kbd "C-j") - #'magit-diff-visit-file-worktree) + #'magit-diff-visit-worktree-file) (define-key magit-hunk-section-map (kbd "C-j") - #'magit-diff-visit-file-worktree) + #'magit-diff-visit-worktree-file) (define-key magit-process-mode-map (kbd "C-c C-k") #'magit-process-kill) |