Bind C-l to ivy-done in counsel-ag-map

to make it more consistent with ivy-minibuffer-map
This commit is contained in:
Luigy Leon 2019-02-24 18:39:31 -05:00
parent a4a46f78c7
commit 2e3cf80ffc

View file

@ -302,6 +302,7 @@
(:after counsel
:map counsel-ag-map
"C-SPC" #'ivy-call-and-recenter ; preview
"C-l" #'ivy-done
[backtab] #'+ivy/wgrep-occur ; search/replace on results
[C-return] (+ivy-do-action! #'+ivy-git-grep-other-window-action))
(:after swiper