When opening a new tab with the !neighbor setting, I expect it to shift the tab list over one instead of moving the existing neighbor to the end. Is that a bug or the expected behaviour?
Given these tabs:
tab1 (active) ┇tab2 ┇tab3
Existing behavior when adding a new tab when tab1 is active:
tab1 ┇tab4 (new tab) ┇tab3 ┇tab2
Expected behavior (at least expected by me) when adding a new tab when tab1 is active:
tab1 ┇tab4 (new tab) ┇tab2 ┇tab3
Commit to fix: nerdrew@a47a01e
I can open a PR if my expectations are correct and this is a bug.
When opening a new tab with the
!neighborsetting, I expect it to shift the tab list over one instead of moving the existing neighbor to the end. Is that a bug or the expected behaviour?Given these tabs:
Existing behavior when adding a new tab when
tab1is active:Expected behavior (at least expected by me) when adding a new tab when
tab1is active:Commit to fix: nerdrew@a47a01e
I can open a PR if my expectations are correct and this is a bug.