Add mouse binding for multiple-cursors
This commit is contained in:
parent
f65cb6842e
commit
12e54cb7d7
@ -1643,16 +1643,18 @@ Because one is never enough.
|
||||
:hook
|
||||
(multiple-cursors-mode-enabled . gpolonkai/no-blink-matching-paren)
|
||||
(multiple-cursors-mode-disabled . gpolonkai/blink-matching-paren)
|
||||
:bind (:map gpolonkai/mc-prefix-map
|
||||
("t" . mc/mark-all-like-this)
|
||||
("m" . mc/mark-all-like-this-dwim)
|
||||
("l" . mc/edit-lines)
|
||||
("e" . mc/edit-ends-of-lines)
|
||||
("a" . mc/edit-beginnings-of-lines)
|
||||
("n" . mc/mark-next-like-this)
|
||||
("p" . mc/mark-previous-like-this)
|
||||
("s" . mc/mark-sgml-tag-pair)
|
||||
("d" . mc/mark-all-like-this-in-defun)))
|
||||
:bind
|
||||
(:map gpolonkai/mc-prefix-map
|
||||
("t" . mc/mark-all-like-this)
|
||||
("m" . mc/mark-all-like-this-dwim)
|
||||
("l" . mc/edit-lines)
|
||||
("e" . mc/edit-ends-of-lines)
|
||||
("a" . mc/edit-beginnings-of-lines)
|
||||
("n" . mc/mark-next-like-this)
|
||||
("p" . mc/mark-previous-like-this)
|
||||
("s" . mc/mark-sgml-tag-pair)
|
||||
("d" . mc/mark-all-like-this-in-defun)
|
||||
("M-<mouse-1>" . mc/add-cursor-on-click)))
|
||||
#+END_SRC
|
||||
|
||||
*** Incremental search for multiple cursors
|
||||
|
Loading…
Reference in New Issue
Block a user