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.
(我是 VIM-n00b)
根据 VCSCommand 文档,如果您当前位于“目录缓冲区”中,这些命令将对目录进行操作。不过,我似乎找不到任何其他关于打开“目录缓冲区”的参考。
我(可能非常愚蠢地)错过了什么?
Looks like it is buffer with filetype=netrw: if you open a directory in vim (for example, try vim .), it will use netrw plugin which is distributed with the official package.
filetype=netrw
vim .
netrw