Add binding to hydra-mc to quit on enter

This commit is contained in:
Adam Goldsmith 2015-09-28 19:19:04 -04:00
parent 2568a19c76
commit 51e6f7a723

View File

@ -61,7 +61,9 @@ Mark (+S=unmark): _<up>_:prev _<down>_:next _<left>_:skip prev _<right>_:skip ne
("S-<down>" mc/unmark-previous-like-this)
("S-<up>" mc/unmark-next-like-this)
("<right>" mc/skip-to-next-like-this)
("<left>" mc/skip-to-previous-like-this))
("<left>" mc/skip-to-previous-like-this)
("<return>" nil))
(defhydra hydra-avy (:hint nil :color blue)
"