Open a file and keep tree open, but another hotkey for open file and close the tree afterwards #1980
Unanswered
mangelozzi
asked this question in
Q&A
Replies: 1 comment
-
Moved to #1984 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found there is an option:
nvim-tree.actions.open_file.quit_on_open
, but the problem with this it always closes the tree afterwards.I wish to have
o
perform as default (keep the tree open after opening the file), but have<CR>
open the buffer and close the tree.Currently these seems to be the only options (tried them all):
edit_in_place
is similar but then I have 2 windows after opening the file, and have to go to the other window and close it.Looking for something like this:
Beta Was this translation helpful? Give feedback.
All reactions