gpt4 book ai didi

file - 在 vim : how to do a partial filename match with Explore **/* 中查找文件

转载 作者:行者123 更新时间:2023-12-04 21:47:43 26 4
gpt4 key购买 nike

我最近发现了以下在 Vim 中查找文件的方法。

 :Explore **/[pattern]

查找文件对我来说非常重要,我不敢相信我已经 8 年没有它了。我能理解这位先生所说的话:http://vim.wikia.com/wiki/Find_files_in_subdirectories

我看到人们在 TextMate 中搜索文件,我不得不羞愧地低下头:(

所以使用上面的方法我可以“理论上”搜索文件,但是输出让我感到困惑并且经常有不匹配的文件。我将使用 Rails 示例。

例如这样做:

Explore **/envir*

产生了一堆奇怪的文件:

../
deploy/
environments/
initializers/
locales/
.DS_Store
application.rb
authorization_rules.rb
boot.rb
config.yml
database.yml
deploy.rb
development.sphinx.conf
environment.rb
production.sphinx.conf
routes.rb
sphinx.yml
staging.sphinx.conf
test.sphinx.conf

这至少是可用的,我可以向下滚动到 environment.rb 并打开它。

但是假设我想找到所有助手的列表。我会认为这是:

Explore **/*help*

可以,但找不到文件。

有人能照亮我吗?

最佳答案

你看过 Ctrl-P.vim 插件吗? https://github.com/kien/ctrlp.vim

此插件以与您显示的方式类似的方式查找文件。

关于file - 在 vim : how to do a partial filename match with Explore **/* 中查找文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14491421/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com