VIM:如何使用 vim 刷新目录?

发布于 2024-12-11 21:41:24 字数 90 浏览 0 评论 0原文

vim .

我已经重命名了当前目录中的一些文件夹(.)。

现在我怎样才能在vim中刷新这个目录呢?

vim .

I have renamed some folders in current directory(.).

Now how can I refresh this directory in vim?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

百合的盛世恋 2024-12-18 21:41:24

您可以使用命令 :edit 重新加载当前文件/目录列表。

You can use the command :edit to reload the current file/dir listing.

呆° 2024-12-18 21:41:24

来自文档

要刷新本地或远程目录列表,请按 ctrl-l
() 或点击当位于 ./ 目录条目顶部时
上市。还可以使用“:e .”刷新本地目录。

From the docs:

To refresh either a local or remote directory listing, press ctrl-l
(<c-l>) or hit the <cr> when atop the ./ directory entry in the
listing. One may also refresh a local directory by using ":e .".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文