branch: master
commit 16fefbc0b2c92400079f3c2ef53608c4627be9ea
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy-hydra.el (hydra-ivy): Add "C-j" and "C-m" exit points
Just to make sure that the hydra exits.
---
ivy-hydra.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ivy-hydra.el b/ivy-hydra.el
index 8cfb134..20dd3b9 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -62,7 +62,9 @@ _h_ ^✜^ _l_ _d_one _o_ops _m_: matcher %s(if (eq
ivy--regex-function
("o" keyboard-escape-quit :exit t)
("i" nil)
("f" ivy-alt-done :exit nil)
+ ("C-j" ivy-alt-done :exit nil)
("d" ivy-done :exit t)
+ ("C-m" ivy-done :exit t)
("c" ivy-toggle-calling)
("m" ivy-toggle-fuzzy))