magit: fix stage not working in visual mode after 65b43.

This commit is contained in:
John Maximilian 2022-04-05 20:50:06 +01:00
parent 8342a50830
commit eb586e494e
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ When this option is enabled, the stash popup is available on \"Z\"."
(,states magit-mode-map "\C-b" evil-scroll-page-up)
(,states magit-mode-map ":" evil-ex)
(,states magit-mode-map "q" magit-mode-bury-buffer)
((visual) magit-hunk-section-map "s" magit-stage)
;; these are to fix the priority of the log mode map and the magit mode map
;; FIXME: Conflict between this and revert. Revert seems more important here