mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move evilified helpful keybinds to feature/evil
So that they are available even if config/default isn't enabled.
This commit is contained in:
@ -477,11 +477,7 @@
|
||||
:map comint-mode-map [tab] #'company-complete))
|
||||
|
||||
(:map* (help-mode-map helpful-mode-map)
|
||||
:n "o" #'ace-link-help
|
||||
:n "q" #'quit-window
|
||||
:n "Q" #'ivy-resume
|
||||
:n "]l" #'forward-button
|
||||
:n "[l" #'backward-button)
|
||||
:n "Q" #'ivy-resume)
|
||||
|
||||
(:after vc-annotate
|
||||
:map vc-annotate-mode-map
|
||||
|
Reference in New Issue
Block a user