mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
(: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))
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user