How to get nvim-tree to use the same (single) instance in all tabs? #2244
-
Hi, ideally, when I open nvim-tree, I'd like it to be open in all tabs, and to be the same instance (buffer?) when viewed from any tab, basically simulating a persistent file tree view that you'd have in a dedicated IDE. Is there a way to do that with nvim-tree? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Why wont you solve it in other way, I have the \of mapping that fuzzy search buffers and adds an existing buffer as a splited-view . https://github.com/eyalk11/.vim |
Beta Was this translation helpful? Give feedback.
-
Tracking at |
Beta Was this translation helpful? Give feedback.
-
I have an example of this using my (not ready for prime-time) nvim-drawer: https://github.com/mikew/vimrc/tree/265cfd7f3d46971ce5f0af9d9f86c37420b9ee48/src/nvim/nvim-drawer#nvim-tree Screen.Recording.2024-08-21.at.1.02.16.PM.mov.mp4 |
Beta Was this translation helpful? Give feedback.
Tracking at