Merge pull request #1262 from flatwhatson/help-bindings

Add forward/back-button bindings in help-mode
This commit is contained in:
Henrik Lissner 2019-03-15 01:37:20 -04:00 committed by GitHub
commit 454421dc54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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