tabline.nvim
tabline.nvim copied to clipboard
Manual sorting buffers/tabs
Hello, is manual sorting of tabs and buffers possible?
+1 on this.
I have mapped <C-PageUp>
and <C-PageDown>
to :tabm -1/+1
. It works fine to rearrange tabs without tabline, but it won't change anything when tabline is used.
Maybe tabline should keep in sync with the order of tabs in the editor?
+1
Coming from bufferline.nvim and decided to try this out, but I miss that thing (BufferLineMoveNext / BufferLineMovePrev).