Add C-SPC to +ivy@coo hydra to preview candidate

This commit is contained in:
Henrik Lissner 2017-12-08 22:53:45 -05:00
parent 85cfcba8ff
commit 09743b96e1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)