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:
我想在视口二中打开我从视口一中选择的文件,有没有办法在 Vim 中说明这一点?
为此,您可以使用非常棒的NERDTree插件。这是一个教程。
1) 执行vim .以打开文件浏览器视口 2) 用箭头选择要打开o 的文件,然后按 它将在新窗口/视口中打开文件。(窗口大小和你可以在这里看到的另一个窗口命令:http: //vimdoc.sourceforge.net/htmldoc/windows.html)
vim .
o