Add C-c C-e to invoke wgrep from project search

To be consistent with helm-ag-edit
This commit is contained in:
Henrik Lissner 2019-03-30 13:27:09 -04:00
parent 838edcea59
commit 848399fec1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 0 deletions

View file

@ -263,6 +263,7 @@
(:when (featurep! :completion ivy)
(:after counsel
:map counsel-ag-map
"C-c C-e" #'+ivy/wgrep-occur ; search/replace on results
[backtab] #'+ivy/wgrep-occur ; search/replace on results
"C-SPC" #'ivy-call-and-recenter ; preview
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))

View file

@ -296,6 +296,7 @@
:map counsel-ag-map
"C-SPC" #'ivy-call-and-recenter ; preview
"C-l" #'ivy-done
"C-c C-e" #'+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))
(:after swiper