]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy-hydra.el (hydra-ivy): Add "C-j" and "C-m" exit points
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 15 Jun 2015 16:40:20 +0000 (18:40 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 15 Jun 2015 16:40:20 +0000 (18:40 +0200)
Just to make sure that the hydra exits.

ivy-hydra.el

index 8cfb134142d190d294b08b01fa914241588506a0..20dd3b938577483f143799d28be7ecb61c8cd80d 100644 (file)
@@ -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))