mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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
|
:v "gR" #'+eval:replace-region
|
||||||
;; Restore these keybinds, since the blacklisted/overwritten gr/gR will
|
;; Restore these keybinds, since the blacklisted/overwritten gr/gR will
|
||||||
;; undo them:
|
;; undo them:
|
||||||
|
(:after helpful
|
||||||
|
:map helpful-mode-map
|
||||||
|
:n "gr" #'helpful-update)
|
||||||
(:after compile
|
(:after compile
|
||||||
:map (compilation-mode-map compilation-minor-mode-map)
|
:map (compilation-mode-map compilation-minor-mode-map)
|
||||||
:n "gr" #'recompile)
|
:n "gr" #'recompile)
|
||||||
|
Reference in New Issue
Block a user