diff --git a/.emacs.d/init-hydra.el b/.emacs.d/init-hydra.el index 3fe7cb9..35de542 100644 --- a/.emacs.d/init-hydra.el +++ b/.emacs.d/init-hydra.el @@ -43,8 +43,13 @@ (defhydra hydra-mc (:hint nil :columns 3) "Multiple Cursors" ("a" mc/mark-all-dwim "mark all dwim") + ("s" mc/mark-all-symbols-like-this "mark all dwim") ("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") + ("" mc/mark-next-like-this "mark next like this") + ("" mc/mark-previous-like-this "mark prev like this") + ("S-" mc/unmark-previous-like-this "mark prev like this") + ("S-" mc/unmark-next-like-this "mark next like this")) (defhydra hydra-avy (:hint nil :color blue) "