allow all commands for multicursors

This commit is contained in:
2026-05-21 15:40:31 -04:00
parent 6c1831ab96
commit 02ed88ae45

View File

@@ -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)