Skip to content
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

No way to move "up" from starting directory #205

Closed
fncll opened this issue Nov 8, 2012 · 4 comments
Closed

No way to move "up" from starting directory #205

fncll opened this issue Nov 8, 2012 · 4 comments

Comments

@fncll
Copy link

fncll commented Nov 8, 2012

I don't have the .. in the NERDTree listing. At one time I'm pretty sure I did! So I don't have any way to move up from the directory that NERDTree starts in.

I thought p would move "up" to the parent directory if the top node was selected, but that doesn't seem to be the case.

I am running:

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep  1 2012 18:08:47)
MacOS X (unix) version
Included patches: 1-646

I'm running NERDTree pulled from this repo a few days ago...

@fncll
Copy link
Author

fncll commented Nov 8, 2012

I realized that the u and U commands were what I needed. However, the .. tree item is still missing.

@dacheng-gao
Copy link

dacheng-gao commented Dec 18, 2017

@fncll thank you.

found this helpful.

u did the trick when I want to go back to parent directory of the current file/directory, because .. has been hidden.

@lifecrisis
Copy link
Contributor

@fncll and @gaodacheng,

Looks like you guys might have the g:NERDTreeMinimalUI setting flipped on.

Try running :let g:NERDTreeMinimalUI = 0 and refreshing the NERDTree to see if the desired line comes back. See the documentation for more information.

@dacheng-gao
Copy link

@lifecrisis

Looks like you guys might have the g:NERDTreeMinimalUI setting flipped on.

yes, you are right. I have set that option on not a long time ago.

I love the NERDTreeMinimalUI .

Now u works for me.

Thank you a lot for your time and point out my problem here.

Have a nice day, man.

PrashanthaTP added a commit to PrashanthaTP/dotfiles that referenced this issue Aug 26, 2021
why:
to see "go up one level" option

how:
put let g:NERDTreeMinimalUI = 0

tags:
plugin,NERDTree

links:
preservim/nerdtree#205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants