Fix gr in compilation buffers (for evil users)
This commit is contained in:
parent
ea80826fd2
commit
47bce8856d
1 changed files with 3 additions and 0 deletions
|
@ -493,6 +493,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 compile
|
||||
:map (compilation-mode-map compilation-minor-mode-map)
|
||||
:n "gr" #'recompile)
|
||||
(:after dired
|
||||
:map dired-mode-map
|
||||
:n "gr" #'revert-buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue