/grep-at-point

an emacs plugin to grep the word under cursor

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

grep-at-point

an emacs plugin to grep the word under cursor

在工作目录下的所有文件中搜索当前光标下的单词。

其原理只是将grep和thingatpt简单地结合一下。