From 4615b8ca45f5f8ecc2d523ab2d507f4e2f307ed1 Mon Sep 17 00:00:00 2001 From: Benjamin Motz Date: Mon, 14 Dec 2020 10:45:25 +0100 Subject: magit: make gj/gk behave consistently Both should do the same thing, which is magit-section-{forward,backward}-sibling. --- modes/magit/evil-collection-magit.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modes/magit/evil-collection-magit.el b/modes/magit/evil-collection-magit.el index 37d4b47..4593eb9 100644 --- a/modes/magit/evil-collection-magit.el +++ b/modes/magit/evil-collection-magit.el @@ -317,7 +317,6 @@ moment.") (,states magit-status-mode-map "gpu" magit-jump-to-unpushed-to-upstream) (,states magit-status-mode-map "gpp" magit-jump-to-unpushed-to-pushremote) (,states magit-status-mode-map "gh" magit-section-up "^") - (,states magit-diff-mode-map "gj" magit-section-forward) (,states magit-diff-mode-map "gd" magit-jump-to-diffstat-or-diff "j") ;; NOTE This is now transient-map and the binding is C-g. ;; ((emacs) magit-popup-mode-map "" "q") -- cgit v1.0