tags : Emacs

参考記事

複雑になった時使うツール

Deadgrep

設定あり

I’m using both. counsel-projectile-rg is really good for incremental search in a project. Deadgrep is really good at searching for stuff and performing mass renaming operations, like you would with wgrep.

https://github.com/chrisbarrett/.emacs.d/blob/05b02cc109d4026b48f7c92b6f0ff5cee767f3fd/config/config-editing.el#L365

Edit: when I say “I’m using both”, I mean that I replaced wgrep+rg with deadgrep this morning after seeing his thread :p

reddit