allow all commands for multicursors
This commit is contained in:
4
init.el
4
init.el
@@ -82,8 +82,8 @@
|
||||
(mc/always-run-for-all t)
|
||||
:bind (("C->" . mc/mark-next-like-this)
|
||||
("C-<" . mc/mark-previous-like-this)
|
||||
("C-c C-<" . mc/mark-all-like-this)
|
||||
("C-c C->" . mc/mark-lines))
|
||||
("C-c C-<" . mc/mark-all-like-this)
|
||||
("C-c C->" . mc/mark-lines))
|
||||
:init
|
||||
(advice-add 'mc/mark-next-like-this :before #'hgh/set-box-cursor)
|
||||
(advice-add 'mc/mark-previous-like-this :before #'hgh/set-box-cursor)
|
||||
|
||||
Reference in New Issue
Block a user