Replies: 1 comment
-
I'm not able to replicate with Please raise a bug report with your config and full reproduction steps. One thing of note: the split will not occur when the file is already open in an existing window, it will just switch to that window. |
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
-
This is my current nvim-tree configuration
I open my nvim-tree in the current window
Whenever I try to open a file in a vertical split (or horizontal) by pressing
<C-x>
or<C-v>
, it just opens the file in a full-size window, not in a split.I noticed that if I set
quit_on_open
tofalse
, it opens the file in a vertical split, but it opens next to the file tree.Desired behavior:
After selecting a file and pressing
<C-x>
or<C-v>
, it should close the full-size tree and open the selected file in a vertical split next to the currently opened file.Any ideas why it doesn't work?
Beta Was this translation helpful? Give feedback.
All reactions