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)