summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorBenjamin Motz <benjamin.motz@mailbox.org>2020-12-14 10:45:25 +0100
committerJames N <james@jojojames.com>2021-01-01 18:20:46 -0800
commit4615b8ca45f5f8ecc2d523ab2d507f4e2f307ed1 (patch)
tree8aad1490aa01a30d57f8572c4e1e2e91047674e4 /modes
parent16e14ea9c58aa1224c09d02e40ad3edde72c820a (diff)
magit: make gj/gk behave consistently
Both should do the same thing, which is magit-section-{forward,backward}-sibling.
Diffstat (limited to 'modes')
-rw-r--r--modes/magit/evil-collection-magit.el1
1 files changed, 0 insertions, 1 deletions
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 "<escape>" "q")