Merge pull request #5296 from Wetlize/add-helpful-update-kbd
editor/evil: Add gr keybinding to refresh `helpful` buffers
This commit is contained in:
commit
617fc7f1cc
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue