Emacs recursive project search

前端 未结 8 1394
野趣味
野趣味 2020-12-23 15:05

I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the \"Find in Project\" search box that uses fuzzy matching. Em

8条回答
  •  粉色の甜心
    2020-12-23 15:35

    I use M-x rgrep for this. It automatically skips a lot of things you don't want, like .svn directories.

提交回复
热议问题