Manual sorting buffers/tabs
kolgotko opened this issue · 2 comments
kolgotko commented
Hello, is manual sorting of tabs and buffers possible?
blacklight commented
+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?
rodhash commented
+1
Coming from bufferline.nvim and decided to try this out, but I miss that thing (BufferLineMoveNext / BufferLineMovePrev).