Merge pull request #1197 from luigy/add-counsel-ag-binding

Bind C-l to ivy-done in counsel-ag-map
This commit is contained in:
Henrik Lissner 2019-02-24 21:05:00 -05:00 committed by GitHub
commit be4b82fd28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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