This commit is contained in:
Gongqi Huang 2024-01-01 18:20:37 -05:00 committed by Youmu
parent 2eb68ac588
commit 4cbc40bc1e
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ Consider COUNT."
(when evil-want-C-d-scroll
(evil-collection-define-key 'normal 'pdf-view-mode-map
(kbd "C-d") 'pdf-view-scroll-up-or-next-page))
(when evil-want-C-d-scroll
(when evil-want-C-u-scroll
(evil-collection-define-key 'normal 'pdf-view-mode-map
(kbd "C-u") 'pdf-view-scroll-down-or-previous-page))