config/default: add help bindings to helpful too

This commit is contained in:
Henrik Lissner 2018-03-27 03:12:23 -04:00
parent 1f9576a59a
commit 91c974033d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -663,9 +663,11 @@
;; TAB auto-completion in term buffers ;; TAB auto-completion in term buffers
:map comint-mode-map [tab] #'company-complete) :map comint-mode-map [tab] #'company-complete)
(:map help-mode-map (:map* (help-mode-map helpful-mode-map)
:n "o" #'ace-link-help :n "o" #'ace-link-help
:n "Q" #'ivy-resume) :n "Q" #'ivy-resume
:n "]l" #'forward-button
:n "[l" #'backward-button)
(:after vc-annotate (:after vc-annotate
:map vc-annotate-mode-map :map vc-annotate-mode-map