Skip to content
Discussion options

You must be logged in to vote
  1. Is there any way I can just have separate "buffer groups", say using neovim tabs so that one tab only shows one buffer group (or something along those lines)?

  2. If 1 is not possible, is it possible for this to be a feature in mini.tabline?

I am afraid, the answer to both of these is "no, not with 'mini.nvim'". The reason is mostly based on fundamental design idea that Neovim treats buffers and tabpages as independent entities. From :h windows-intro:

Summary:
   A buffer is the in-memory text of a file.
   A window is a viewport on a buffer.
   A tab page is a collection of windows.

So there is a list of buffers that are "navigate-able" by the user (they are called "listed" buffers).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.tabline
3 participants