Skip to content

Tabs like collections of buffers #1811

Closed Answered by fredizzimo
Nosterx asked this question in Q&A
Discussion options

You must be logged in to vote

Neovim already support a different working directory per tab https://neovim.io/doc/user/editing.html#%3Atcd, that's how I personally work with one project per tab using https://github.com/ahmedkhalf/project.nvim.

There are also tab-local variables https://neovim.io/doc/user/builtin.html#gettabvar(), so it's possible to make tab aware plugins. Or even manually in your config, save the variables as tab variables, then setup an autocommand to set it globally when you switch tabs.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fredizzimo
Comment options

Answer selected by Nosterx
@Nosterx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants