It might sound useless, but I would like to be able to pass a string to the "title" instead of using the default "Buffers" and additionaly a custom info string (below the title). My main use-case is to display the a shortened cwd for the title (As I work across projects, I want to be sure I am not in wrong folder). The info string is for showing basic keymaps (changed by the config) so I don't have to remember it.
I would also love if I can open the thing as a "real" buffer with confirmation for destructive behaviors (Like how oil.nvim support it) so I can have the buffer manager in a side pane and stick it there (Not having a pop-up like workflow helps with my ADHD a lot) and have full vim power (mainly unified cross buffer / window navigation).
Basically, what I am aiming for is a no pop-ups, distract-free workflow.
I am down to implement this myself if you don't have time (in case you agree with the features above though)
Tks for the great plugin.
It might sound useless, but I would like to be able to pass a string to the "title" instead of using the default "Buffers" and additionaly a custom info string (below the title). My main use-case is to display the a shortened
cwdfor the title (As I work across projects, I want to be sure I am not in wrong folder). The info string is for showing basic keymaps (changed by the config) so I don't have to remember it.I would also love if I can open the thing as a "real" buffer with confirmation for destructive behaviors (Like how
oil.nvimsupport it) so I can have the buffer manager in a side pane and stick it there (Not having a pop-up like workflow helps with my ADHD a lot) and have full vim power (mainly unified cross buffer / window navigation).Basically, what I am aiming for is a no pop-ups, distract-free workflow.
I am down to implement this myself if you don't have time (in case you agree with the features above though)
Tks for the great plugin.