Add wgrep
This commit is contained in:
parent
4dc06a6e8f
commit
7038a5b66d
4 changed files with 24 additions and 9 deletions
|
@ -31,6 +31,12 @@
|
|||
(format counsel-ag-base-command (shell-quote-argument regex)))
|
||||
nil))))
|
||||
|
||||
(add-hook! doom-popup-mode
|
||||
(when (eq major-mode 'ivy-occur-grep-mode)
|
||||
(ivy-wgrep-change-to-wgrep-mode)))
|
||||
|
||||
(define-key counsel-ag-map [backtab] 'ivy-occur))
|
||||
|
||||
(use-package counsel-projectile :after projectile)
|
||||
|
||||
(provide 'core-ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue