rebelot / heirline.nvim

Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
MIT License
1.02k stars 40 forks source link

How do I move buffers in tabline #155

Open PyDev19 opened 1 year ago

PyDev19 commented 1 year ago

I just created a nice tab line and status line with heirline and I wanted to create some key mappings to move the buffers in the tabline. How do I do that?

rebelot commented 1 year ago

That is not trivial, but you can pass a custom buf_func and a bufcache handler to make_buflist to achieve almost everything

RaafatTurki commented 1 year ago

@rebelot could you expand a bit further