Bind C-l to ivy-done in counsel-ag-map
to make it more consistent with ivy-minibuffer-map
This commit is contained in:
parent
a4a46f78c7
commit
2e3cf80ffc
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@
|
||||||
(:after counsel
|
(:after counsel
|
||||||
:map counsel-ag-map
|
:map counsel-ag-map
|
||||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||||
|
"C-l" #'ivy-done
|
||||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||||
[C-return] (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
[C-return] (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
||||||
(:after swiper
|
(:after swiper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue