branch: master
commit 7f97ded5d331ddea01b0763a5c4120cdeae9fa2c
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy-hydra.el (hydra-ivy): Bind "C-g"
To make sure that "C-g" really exits the hydra.
---
ivy-hydra.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ivy-hydra.el b/ivy-hydra.el
index d1ac90e..76ee3bc 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -60,6 +60,7 @@ _h_ ^+^ _l_ _d_one _o_ops _m_: matcher %s(if (eq
ivy--regex-function 'i
("l" ivy-end-of-buffer)
;; actions
("o" keyboard-escape-quit :exit t)
+ ("C-g" keyboard-escape-quit :exit t)
("i" nil)
("f" ivy-alt-done :exit nil)
("C-j" ivy-alt-done :exit nil)