SPC, DEL, S-SPC scroll binds for DocView

Currently getting bound to image-scroll-up and image-scroll-down from evil-collection-image.el. Not sure if it is relevant, but evil-collection-image.el has a TODO referencing this closed issue: https://github.com/emacs-evil/evil-collection/issues/23
This commit is contained in:
ngenisis 2020-08-05 09:13:13 -05:00 committed by Pierre Neidhardt
parent fd7d4c0b2b
commit d59d241738
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
(kbd "C-d") 'forward-page
"j" 'doc-view-next-line-or-next-page
"k" 'doc-view-previous-line-or-previous-page
(kbd "SPC") 'doc-view-scroll-up-or-next-page
(kbd "DEL") 'doc-view-scroll-down-or-previous-page
(kbd "S-SPC") 'doc-view-scroll-down-or-previous-page
"gg" 'doc-view-first-page
"G" 'doc-view-last-page
"J" 'doc-view-goto-page