-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just updated. Every tab I close shrinks the file explorer to the default width #1176
Comments
@towens, you left a lot of context out of your question, so I have to guess how this can be reproduced. Since you mentioned tabs, I assume that you are opening NERDTree, using Here is what I know/discovered:
I will address the bug in the third bullet. If you have another scenario, please describe it in detail in the issue. |
@PhilRunninger, thanks for bringing up context. I will only have one instance of NERDTree open per tmux session, and you are correct, I open all files by pressing the
|
Your settings are OK, although You also need to add To make mirroring the NERDTree in a new tab easier, you can use a mapping like the one below. It will automatically mirror the NERDTree before opening it. nnoremap <silent> <C-N> :NERDTreeMirror<CR>:NERDTreeFocus<CR> Checkout branch |
Self-Diagnosis
:h NERDTree
State Your Question
Probably a setting... I'm used to
shift + A
expanding the file explorer and not thinking about it again. Now, any opened tab causes the file explorer to shrink in width to the default.I didn't go through them all, anything passed tag 5.0.0 seems to exhibit the issue.
The text was updated successfully, but these errors were encountered: