From e12519d25025703f1abc4d6b3cbd7759bd08a6f0 Mon Sep 17 00:00:00 2001 From: Wetlize Date: Sun, 25 Jul 2021 22:36:01 +0300 Subject: [PATCH] editor/evil: Add gr keybinding to refresh helpful buffers --- modules/editor/evil/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 18b17a7c7..7f7ea319e 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -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)