开发者

How to start VIM with NERD tree opened automatically? [duplicate]

开发者 https://www.devze.com 2023-01-17 06:21 出处:网络
This question already has answers here: 开发者_运维技巧 Closed 12 years ago. Possible Duplicate: Auto-open NERDTree in “EVERY” tab
This question already has answers here: 开发者_运维技巧 Closed 12 years ago.

Possible Duplicate:

Auto-open NERDTree in “EVERY” tab

Is there a way to automatically execute the :NERDTree command when VIM is launched for the first time or configure NERDTree to always open on startup?

PLEASE CLOSE. Just noticed that this question was answered before:

Auto-open NERDTree in "EVERY" tab


Yes. Just write this line to your .vimrc :

autocmd VimEnter * NERDTree
0

精彩评论

暂无评论...
验证码 换一张
取 消