Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to keep NERDTree open while opening a new tab?

Tags:

vim

nerdtree

When I type ":tabe" to open a new tab,the NERDTree will hide?How to keep it open in the new tab?

like image 331
cruelcage Avatar asked Nov 07 '13 07:11

cruelcage


People also ask

How do I open a NERDTree file in a new tab?

7 Answers. Show activity on this post. s will open the file currently under the cursor in a new vertically split window. Use t to open in a new tab.

How do you toggle NERDTree?

Save the changes, open Vim, and then toggle NERDTree with Ctrl + n .


1 Answers

Use nerdtree-tabs instead of nerdtree (which is not tab-aware).

like image 100
Claudio Avatar answered Sep 20 '22 03:09

Claudio