Add C-c C-e to invoke wgrep from project search
To be consistent with helm-ag-edit
This commit is contained in:
parent
838edcea59
commit
848399fec1
2 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,7 @@
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
(:after counsel
|
(:after counsel
|
||||||
:map counsel-ag-map
|
:map counsel-ag-map
|
||||||
|
"C-c C-e" #'+ivy/wgrep-occur ; search/replace on results
|
||||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
||||||
|
|
|
@ -296,6 +296,7 @@
|
||||||
: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
|
"C-l" #'ivy-done
|
||||||
|
"C-c C-e" #'+ivy/wgrep-occur ; search/replace on results
|
||||||
[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