config/default: add help bindings to helpful too
This commit is contained in:
parent
1f9576a59a
commit
91c974033d
1 changed files with 5 additions and 3 deletions
|
@ -663,9 +663,11 @@
|
|||
;; TAB auto-completion in term buffers
|
||||
:map comint-mode-map [tab] #'company-complete)
|
||||
|
||||
(:map help-mode-map
|
||||
(:map* (help-mode-map helpful-mode-map)
|
||||
:n "o" #'ace-link-help
|
||||
:n "Q" #'ivy-resume)
|
||||
:n "Q" #'ivy-resume
|
||||
:n "]l" #'forward-button
|
||||
:n "[l" #'backward-button)
|
||||
|
||||
(:after vc-annotate
|
||||
:map vc-annotate-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue