add more keys to hydra-mc
This commit is contained in:
parent
992f077bd8
commit
c28ce6862f
@ -43,8 +43,13 @@
|
|||||||
(defhydra hydra-mc (:hint nil :columns 3)
|
(defhydra hydra-mc (:hint nil :columns 3)
|
||||||
"Multiple Cursors"
|
"Multiple Cursors"
|
||||||
("a" mc/mark-all-dwim "mark all dwim")
|
("a" mc/mark-all-dwim "mark all dwim")
|
||||||
|
("s" mc/mark-all-symbols-like-this "mark all dwim")
|
||||||
("l" mc/edit-lines "edit lines")
|
("l" mc/edit-lines "edit lines")
|
||||||
("n" mc/mark-next-like-this "mark next like this"))
|
("e" mc/edit-ends-of-lines "edit ends of lines")
|
||||||
|
("<down>" mc/mark-next-like-this "mark next like this")
|
||||||
|
("<up>" mc/mark-previous-like-this "mark prev like this")
|
||||||
|
("S-<down>" mc/unmark-previous-like-this "mark prev like this")
|
||||||
|
("S-<up>" mc/unmark-next-like-this "mark next like this"))
|
||||||
|
|
||||||
(defhydra hydra-avy (:hint nil :color blue)
|
(defhydra hydra-avy (:hint nil :color blue)
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user