]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy-hydra.el (hydra-ivy): Bind "C-o" to be a toggle
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 29 Jun 2015 08:24:11 +0000 (10:24 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 29 Jun 2015 08:26:11 +0000 (10:26 +0200)
It makes sense for "C-o" to be a toggle, instead of just going one way.

ivy-hydra.el

index 76ee3bc4fcf4487b8c7ca5eba156a6279b8019ee..03e4d208204a7de9a158e93a66718c3931c7aecc 100644 (file)
@@ -62,6 +62,7 @@ _h_ ^+^ _l_     _d_one    _o_ops   _m_: matcher %s(if (eq ivy--regex-function 'i
   ("o" keyboard-escape-quit :exit t)
   ("C-g" keyboard-escape-quit :exit t)
   ("i" nil)
+  ("C-o" nil)
   ("f" ivy-alt-done :exit nil)
   ("C-j" ivy-alt-done :exit nil)
   ("d" ivy-done :exit t)