private/hlissner: C-SPC = preview, TAB = complete (only)
This commit is contained in:
parent
09743b96e1
commit
39cb30d635
1 changed files with 4 additions and 2 deletions
|
@ -385,8 +385,8 @@
|
||||||
;; counsel
|
;; counsel
|
||||||
(:after counsel
|
(:after counsel
|
||||||
(:map counsel-ag-map
|
(:map counsel-ag-map
|
||||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||||
"C-SPC" #'counsel-git-grep-recenter ; preview
|
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
|
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
|
||||||
|
|
||||||
;; evil-commentary
|
;; evil-commentary
|
||||||
|
@ -536,6 +536,8 @@
|
||||||
(:after ivy
|
(:after ivy
|
||||||
:map ivy-minibuffer-map
|
:map ivy-minibuffer-map
|
||||||
[escape] #'keyboard-escape-quit
|
[escape] #'keyboard-escape-quit
|
||||||
|
"C-SPC" #'ivy-call-and-recenter
|
||||||
|
"TAB" #'ivy-partial
|
||||||
"M-v" #'yank
|
"M-v" #'yank
|
||||||
"M-z" #'undo
|
"M-z" #'undo
|
||||||
"C-r" #'evil-paste-from-register
|
"C-r" #'evil-paste-from-register
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue