From 09743b96e19eac0f41af77d93e3de84f8f2f9972 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Dec 2017 22:53:45 -0500 Subject: [PATCH] Add C-SPC to +ivy@coo hydra to preview candidate --- modules/completion/ivy/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 34cb0e50f..d9381a98d 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -143,9 +143,9 @@ immediately runs it on the current candidate (ending the ivy session)." ("i" nil) ("TAB" ivy-alt-done :exit nil) ("C-j" ivy-alt-done :exit nil) - ;; ("d" ivy-done :exit t) ("RET" ivy-done :exit t) ("C-m" ivy-done :exit t) + ("C-SPC" ivy-call-and-recenter :exit nil) ("f" ivy-call) ("c" ivy-toggle-calling) ("m" ivy-toggle-fuzzy)