VIM - NerdTree 命令,用于打开 NerdTree 中文件夹下的所有子文件夹
在VIM-NerdTree中,我按Enter键打开一个文件夹,但是如何通过单个命令在NerdTree中打开一个文件夹及其所有子文件夹?
我不想打开任何文件。我只想打开所有子文件夹,以便我可以查看各种文件名。
In VIM-NerdTree, I press Enter to open a folder but how do I open a folder and all its sub-folders in NerdTree through a single command?
I don't want to open any file. I just want all sub-folders to be open so that I can view the various filenames.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果按 ? 您会看到帮助。 O 递归地打开节点。 o 只是打开节点。我想你需要其中之一。
If you press ? you see the help. O opens recursively the nodes. o just opens the nodes. I think you need one of those.
我可能误解了你的问题,但是
O
能满足你的需要吗? (大写 o)I may be misunderstanding your question, but doesn
O
do what you need? (capital o)