summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ravi-init-navigation.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/ravi-init-navigation.el b/ravi-init-navigation.el
index 6a08e83..e22ec4e 100644
--- a/ravi-init-navigation.el
+++ b/ravi-init-navigation.el
@@ -76,6 +76,13 @@
:ensure t
)
+(use-package visual-regexp
+ :bind (("C-c r" . vr/replace)
+ ("C-c q" . vr/query-replace)
+ ("C-c m" . vr/mc-mark))
+ :ensure t
+ )
+
(use-package god-mode
:bind (("<escape>" . god-local-mode))
:ensure t