[Feature Request] Scroll active tab/buffer into view
Greetings, and thank you for making this plugin!
There are many times where I find myself having many buffers open at the same time and the active buffer on the tabline ends off-screen. It would be nice if tabline-framework could automatically keep the current buffer/tab name visible and change according to the active buffer.
Thanks in advance!
Hi! I'm glad you like it.
Hmm... that may be difficult. Vim has no built-in scrolling feature, so the only way to achieve this would be to render only the part of the tabline that should be visible. But this plugin builds tabline in more linear than modular manner, so it is hard to calculate whether a given part should be hidden or not. And I would have to think about how to give control over this process to the user.
I will try to figure something out, but it is more "backlog" type issue for now.