Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如说,我正在编辑一个位于根目录的子目录中的文件。现在我想通过键入其部分名称快速跳转到位于根目录中任何位置的另一个文件(该功能就像在 Eclipse 中按 Shift+Ctr+R 时一样)。NERDTree 有可能吗?
谢谢
NERDTree 没有超越/foo和的搜索功能?bar。
/foo
?bar
我会第二个 CtrlP,kev 提到的,它可以很好地完成你想要的(以及更多)。我喜欢它。
但是你也可以使用 Vim 的原生
:e ../**/foo*<Tab>
您正在寻找Command-T或ctrlp。
Command-T
ctrlp