private/hlissner: add q/Q help-mode-map bindings
This commit is contained in:
parent
199ece00d8
commit
7f385e6d6e
2 changed files with 10 additions and 0 deletions
|
@ -301,6 +301,8 @@
|
|||
|
||||
;; help-mode
|
||||
(:map help-mode-map
|
||||
:n "q" #'quit-window
|
||||
:n "Q" #'+ivy-quit-and-resume
|
||||
:n "]]" #'help-go-forward
|
||||
:n "[[" #'help-go-back
|
||||
:n "o" #'ace-link-help)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue