summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGongqi Huang <46938348+cherrypiejam@users.noreply.github.com>2024-01-01 18:20:37 -0500
committerYoumu <condy0919@gmail.com>2024-01-05 00:21:26 +0800
commit4cbc40bc1e251761543433d85342dd1669532fe2 (patch)
tree1bd8facdf2a1860b53dfaa5416e0e3ff340b7870
parent2eb68ac588f68c7d6706618754524595138900a1 (diff)
Fix typo
-rw-r--r--modes/pdf/evil-collection-pdf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/pdf/evil-collection-pdf.el b/modes/pdf/evil-collection-pdf.el
index d76f7bc..e0ff56f 100644
--- a/modes/pdf/evil-collection-pdf.el
+++ b/modes/pdf/evil-collection-pdf.el
@@ -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))