From 06d5c624d4b526489e0a00836fc36e45592afacb Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Sep 2017 21:25:41 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Binding=20=E2=80=98iedit-mode=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 2af74ce..6df6b71 100644 --- a/init.el +++ b/init.el @@ -191,6 +191,7 @@ _h_ _l_ _o_k _y_ank (bind-key "" #'magit-status) (bind-key "" #'org-capture) (bind-key "" #'db/helm-shortcuts) + (bind-key "C-;" #'iedit-mode) (bind-key "C-<" #'mc/mark-previous-like-this) (bind-key "C->" #'mc/mark-next-like-this) (bind-key "C-@" #'er/expand-region) @@ -1222,7 +1223,7 @@ _h_ _l_ _o_k _y_ank :commands highlight-indentation-mode) (use-package iedit - :commands (iedit-mode)) ; TODO: set to C-; + :commands (iedit-mode)) (use-package key-chord :commands (key-chord-mode)