From c28ce6862f13f861fa4efd90ef08be2b6be9a0cf Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 17 Sep 2015 12:45:01 -0400 Subject: [PATCH] add more keys to hydra-mc --- .emacs.d/init-hydra.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) "