메뉴로 가서 따라 해본다. -h 입력하면 hidden 폴더 검색한다. .emacs.d 는 hidden 폴더니까 옵션 없으면 검색 안된다. .git 폴더는 기본 제외 된다. 옵션이 있다.
Edit and apply (wgrep)
[2023-05-03 Wed 14:02] rg 로 검색한 다음에 수정을 어떻게 하는가?
그냥 SPC / 로 검색하고 M-o E embark-export 로 뽑아낸 다음에 , major 모드 보면 w 인가에 저장하는게 있을거다. 잘 된다.
C-c C-p wgrep-mode 로 바꿔주고나서 수정하고 Z Z 입력하면 적용된다. 엄청난 팁이다.
Edit and apply (wgrep)
: The results buffer supports inline editing via the wgrep package. This is setup automatically when rg is loaded. e (wgrep-change-to-wgrep-mode) Make the search results editable by enabling wgrep mode. When done press C-c C-c to commit your changes to the underlying files or C-c C-k to drop the changes.