summaryrefslogtreecommitdiffstats
path: root/ravi-init-navigation.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-navigation.el')
-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 838b86d..9e88808 100644
--- a/ravi-init-navigation.el
+++ b/ravi-init-navigation.el
@@ -83,6 +83,13 @@
:ensure t
)
+(use-package indirect
+ :commands indirect-region
+ :init
+ (progn
+ (bind-key "I" 'indirect-region region-bindings-mode-map))
+ )
+
(use-package visual-regexp
:bind (("C-c r" . vr/replace)
("C-c q" . vr/query-replace)