mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
private/hlissner: add q/Q help-mode-map bindings
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user