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

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