Bind "g SPC" to #'Info-scroll-up

I'm using the "g <char>" pattern that evil-collection uses, which I think is
okay.
This commit is contained in:
William Carroll 2020-10-03 18:15:32 +01:00
parent 4cd552de28
commit 562c82f3f2

View file

@ -310,6 +310,7 @@
:states '(normal) :states '(normal)
:keymaps '(Info-mode-map) :keymaps '(Info-mode-map)
"SPC" nil "SPC" nil
"g SPC" #'Info-scroll-up
"RET" #'Info-follow-nearest-node "RET" #'Info-follow-nearest-node
"<C-tab>" #'Info-next "<C-tab>" #'Info-next
"<C-S-iso-lefttab>" #'Info-prev "<C-S-iso-lefttab>" #'Info-prev