Skip to content

Commit f24ff3c

Browse files
committed
fix(iedit): add the keybindings
1 parent 724d1f3 commit f24ff3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/me-multi-cursors.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
;;; Code:
1010

1111
(use-package iedit
12-
:straight t)
12+
:straight t
13+
:bind ("C-;" . iedit-mode))
1314

1415

1516
(provide 'me-multi-cursors)

0 commit comments

Comments
 (0)