Vim:在缓冲区中查找功能类似于 TextMate 中的功能
在 TextMate 中,您可以将一个或多个文件拖到图标上,然后使用“在项目中查找”来搜索这些文件,这可以复制到 Vim 中当前打开的缓冲区吗?
In TextMate you can drag one or more files onto the icon and use "Find in Project" to search those files, can this be replicated for the current open buffers in Vim?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
grep
lgrep
维姆格雷普
lvmgrep
这些命令可能对您有帮助。
检查这里,如果这就是您正在寻找的。
http://vim.wikia.com/wiki/Find_in_files_within_Vim
grep
lgrep
vimgrep
lvimgrep
These commands might help you.
Check here, If this is what you are looking for.
http://vim.wikia.com/wiki/Find_in_files_within_Vim
我喜欢 LustyExplorer 它有一个非常快速且易于使用的“搜索”缓冲区”功能。
Ack.vim 的工作方式类似,但它是文件-基于系统。
I like LustyExplorer which has a very fast and easy to use "search in buffers" function.
Ack.vim works in a sort-of-similar way but is file-system based.
开箱即用,Vim 没有项目管理功能,但正如 sat 提到的,您可以使用各种 grep 命令在文件或子目录中查找某些内容。
但是你可以安装 project.vim 这是一个提供管理的插件多个文件(包括像 Textmate 一样搜索)
Out of the box, Vim does not have project management features, but as mentioned by sat you can use various grep command to find something in files or sub-directories.
However you can install project.vim which is a plugin providing the management of multiple files (including search a la Textmate)