mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #5296 from Wetlize/add-helpful-update-kbd
editor/evil: Add gr keybinding to refresh `helpful` buffers
This commit is contained in:
@ -494,6 +494,9 @@ directives. By default, this only recognizes C directives.")
|
||||
:v "gR" #'+eval:replace-region
|
||||
;; Restore these keybinds, since the blacklisted/overwritten gr/gR will
|
||||
;; undo them:
|
||||
(:after helpful
|
||||
:map helpful-mode-map
|
||||
:n "gr" #'helpful-update)
|
||||
(:after compile
|
||||
:map (compilation-mode-map compilation-minor-mode-map)
|
||||
:n "gr" #'recompile)
|
||||
|
Reference in New Issue
Block a user