vim-session icon indicating copy to clipboard operation
vim-session copied to clipboard

vim-session reorders the opened tabs

Open alexzanderr opened this issue 4 years ago • 0 comments

neovim --version == 0.5

plugins installed:

  • vim-session
  • barbar

steps to reproduce:

  • have neovim opened with some tabs that are ordered in their open order (just a normal order)
  • save the the current session with SaveSession
  • reopen neovim
  • open the saved session OpenSession (then asks for which) and you select one

and you will see the tabs reordered in reverse order compared to original position.

does vim-session has a sort function for the current opened tabs?

alexzanderr avatar Jul 12 '21 15:07 alexzanderr