Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrypiejam authored and condy0919 committed Jan 4, 2024
1 parent 2eb68ac commit 4cbc40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/pdf/evil-collection-pdf.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 4cbc40b

Please sign in to comment.