Replies: 2 comments 1 reply
-
What is I'm not exactly sure what you're after, but If you want to directly focus (or open/toggle/...) nvim-tree you can use |
Beta Was this translation helpful? Give feedback.
-
Yes, Ctrl-O simply goes back. I guess my problem is that when I open a directory with nvim-tree it isn't added to a jump list so I cannot jump back to this directory after I opened some file from the said directory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I'm trying to migrate from nerdtree to nvim-tree and can't seem to implement the following workflow: I usually open some directory, open some file from it, inspect it, maybe edit and save, then go back to directory with Ctrl-O, open another file and the cycle repeats. With nvim-tree Ctrl-O from opened file gets me to some other file which I opened previously instead of the directory from which I opened the current file. Could someone please tell me if it's possible with nvim-tree to implement the behaviour I'd like to have instead? Maybe it's possible with some other hotkey than Ctrl-O?
My current setup for nvim-tree is as follows:
Beta Was this translation helpful? Give feedback.
All reactions