mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add C-c C-e to invoke wgrep from project search
To be consistent with helm-ag-edit
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user