Add binding to hydra-mc to quit on enter
This commit is contained in:
parent
2568a19c76
commit
51e6f7a723
@ -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-<down>" mc/unmark-previous-like-this)
|
||||||
("S-<up>" mc/unmark-next-like-this)
|
("S-<up>" mc/unmark-next-like-this)
|
||||||
("<right>" mc/skip-to-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)
|
(defhydra hydra-avy (:hint nil :color blue)
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user