view-gnus: Add S-SPC to scroll-down binding

The manual promises it's there.

Fixes: #2114.
This commit is contained in:
Dirk-Jan C. Binnema 2021-08-26 22:02:41 +03:00
parent e6bfdda2fe
commit faed25f2e5
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ This is useful for advising some Gnus-functionality that does not work in mu4e."
(define-key map (kbd "<C-kp-subtract>") #'mu4e-headers-split-view-shrink)
;; intra-message navigation
(define-key map (kbd "S-SPC") #'scroll-down)
(define-key map (kbd "SPC") #'mu4e-view-scroll-up-or-next)
(define-key map (kbd "RET") #'mu4e-scroll-up)
(define-key map (kbd "<backspace>") #'mu4e-scroll-down)