Add ace-mc key bindings
This commit is contained in:
parent
da59337f76
commit
90d936fe37
@ -1665,7 +1665,8 @@ Because one is never enough.
|
||||
(use-package ace-mc
|
||||
:bind
|
||||
(:map gpolonkai/mc-prefix-map
|
||||
("SPC" . ace-mc-add-multiple-cursors)))
|
||||
("SPC" . ace-mc-add-multiple-cursors)
|
||||
("C-SPC" . ace-mc-add-single-cursor)))
|
||||
#+END_SRC
|
||||
|
||||
** Magit
|
||||
|
Loading…
Reference in New Issue
Block a user