如何在文件打开后自动关闭 NERDTree?
使用当前选项卡上的“return”键打开该文件,或者使用“t”键在新的 VIM 选项卡上打开它。
The file is opened with the 'return' key on the current tab or with the 't' key to open it on a new VIM tab.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
将以下内容添加到您的 .vimrc
Add the following to your .vimrc
尝试
:help nerdtreequitonopen
。Try
:help nerdtreequitonopen
.将此行添加到您的
.vimrc
:和 Values 中:
Add this line to your
.vimrc
:and Values :
尝试类似
let NERDTreeCustomOpenArgs = {'file':{'keepopen': 0}}
Try something like
let NERDTreeCustomOpenArgs = {'file':{'keepopen': 0}}