如何在 Vim 中使用 FuzzyFinder 刷新文件列表?
使用 Vim 中的 FuzzyFinder 插件,如何重新生成显示的文件列表?
Using the FuzzyFinder plugin in Vim, how does one regenerate the file list displayed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Fuzzy Finder 有一个名为 :FufRenewCache 的命令。
早期版本的 Fuzzy Finder 有类似的命令,但我现在不记得该命令了。
只需尝试输入
:Fuf
或者
:FuzzyFinder
并查看 Vim 中显示了哪些可能的命令。
Fuzzy Finder has a command called :FufRenewCache
Earlier versions of Fuzzy Finder had something similar, but I can't remember the command now.
Just try typing
:Fuf
or
:FuzzyFinder
And see what possible commands are shown in Vim.
试试这个:
如果您需要经常这样做,您可以将其映射到某件事。
Try this:
You can map that to something if you need to do it often.
您还可以通过在
.vimrc
中添加以下设置来禁用缓存:You can also disable caching by putting following settings in your
.vimrc
: