Add forward/back-button bindings in help-mode

This commit is contained in:
Andrew Whatson 2019-03-15 15:02:38 +10:00
parent f7a92ac7d5
commit cd3346b7ec

View file

@ -311,7 +311,9 @@
:map help-mode-map
"o" #'ace-link-help
">" #'help-go-forward
"<" #'help-go-back)
"<" #'help-go-back
"n" #'forward-button
"p" #'backward-button)
(:after helpful
:map helpful-mode-map
"o" #'ace-link-help)