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.
我正在使用带有 Janus 构建的 Macvim。我刚刚安装了它。我打开了一个项目
mvim <project-name>
但问题是,当我在左侧项目资源管理器窗口中双击一个文件时,它会继续在同一个窗口中打开,覆盖之前打开的文件。但我想,当我双击一个文件时,它应该在一个新选项卡中打开。
所以我问是否有人可以帮助我解决这个问题。提前致谢。
NERDTree 在新缓冲区中打开文件,因为您应该以不同的方式在 vim 中使用制表符。您可能想阅读 :help buffers