private/hlissner: C-SPC = preview, TAB = complete (only)

This commit is contained in:
Henrik Lissner 2017-12-08 22:54:06 -05:00
parent 09743b96e1
commit 39cb30d635
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -385,8 +385,8 @@
;; counsel
(:after counsel
(:map counsel-ag-map
[backtab] #'+ivy/wgrep-occur ; search/replace on results
"C-SPC" #'counsel-git-grep-recenter ; preview
[backtab] #'+ivy/wgrep-occur ; search/replace on results
"C-SPC" #'ivy-call-and-recenter ; preview
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
;; evil-commentary
@ -536,6 +536,8 @@
(:after ivy
:map ivy-minibuffer-map
[escape] #'keyboard-escape-quit
"C-SPC" #'ivy-call-and-recenter
"TAB" #'ivy-partial
"M-v" #'yank
"M-z" #'undo
"C-r" #'evil-paste-from-register