mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: bind q = quit-window in helpful-mode-map
This commit is contained in:
@ -677,6 +677,7 @@
|
|||||||
|
|
||||||
(:map* (help-mode-map helpful-mode-map)
|
(:map* (help-mode-map helpful-mode-map)
|
||||||
:n "o" #'ace-link-help
|
:n "o" #'ace-link-help
|
||||||
|
:n "q" #'quit-window
|
||||||
:n "Q" #'ivy-resume
|
:n "Q" #'ivy-resume
|
||||||
:n "]l" #'forward-button
|
:n "]l" #'forward-button
|
||||||
:n "[l" #'backward-button)
|
:n "[l" #'backward-button)
|
||||||
|
Reference in New Issue
Block a user