Fix C-u scroll in magit config

This commit is contained in:
Janek 2022-01-04 13:55:05 +01:00 committed by Youmu
parent 72735fb733
commit e6be41bed7
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ When this option is enabled, the stash popup is available on \"Z\"."
(,states magit-mode-map "l" evil-forward-char)))
(when evil-want-C-u-scroll
`((,states magit-mode-map "C-u" evil-scroll-up)))
`((,states magit-mode-map "\C-u" evil-scroll-up)))
(if evil-collection-magit-use-y-for-yank
`((,states magit-mode-map "v" evil-visual-line)