简单的require即可使用
(add-to-list 'load-path "/path/to/find2.el")
(require 'find2)
默认,检查default-directory是不是git的项目 ,是的话,就在项目内搜索,
不是就搜索find2-default-dir(默认当前目录了)
https://github.com/yangg/find2.el
原本是基于https://github.com/justinweiss/fuzzy-find-in-project写的,后来想到项目切换,一直没写,最近vim用到了ctrlp https://github.com/kien/ctrlp.vim 终于还是给加上自动根据当前目录切换项目 了,这样配置起来也方便点
目录只支持git的项目,不知道hg用的人多不?
windows话可能需要将git目录添加到环境变量才行。
或者 有兴趣用用看,有什么需求的话,我可以加上
(add-to-list 'load-path "/path/to/find2.el")
(require 'find2)
默认,检查default-directory是不是git的项目 ,是的话,就在项目内搜索,
不是就搜索find2-default-dir(默认当前目录了)
https://github.com/yangg/find2.el
原本是基于https://github.com/justinweiss/fuzzy-find-in-project写的,后来想到项目切换,一直没写,最近vim用到了ctrlp https://github.com/kien/ctrlp.vim 终于还是给加上自动根据当前目录切换项目 了,这样配置起来也方便点
目录只支持git的项目,不知道hg用的人多不?
windows话可能需要将git目录添加到环境变量才行。
或者 有兴趣用用看,有什么需求的话,我可以加上
