editor/evil: Add gr keybinding to refresh helpful buffers

This commit is contained in:
Wetlize 2021-07-25 22:36:01 +03:00
parent 017ada67c4
commit e12519d250

View file

@ -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)