how to use tcd instead of lcd/cd to maintain one context per tab #1847
-
Hi atm im still using nerdtree, because this one allow to use tcd and have completly separate tabs tree. the best for me would be that ctrl+] change the root of nvim-tree, change cwd with tcd and of course the root for lsp. and that all tabs are completly "isolated", at least as much as neovim allows, the rest relying on specific plugin config Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
nvim-tree doesn't really support different tabs per tree. It simply shows the one tree in different tab windows. Multiple instances would be the solution here. See #457 |
Beta Was this translation helpful? Give feedback.
-
nvim-tree doesn't need to display multiple instances -- one tree is fine; Unless I'm completely misinterpreting this, I think the point here is being able to use |
Beta Was this translation helpful? Give feedback.
-
Tracking at |
Beta Was this translation helpful? Give feedback.
nvim-tree doesn't really support different tabs per tree. It simply shows the one tree in different tab windows.
Multiple instances would be the solution here. See #457