Closed
Description
I've got a setup with 4 or 6 panes, works fine, however the orderings not what id expect (not the same as 4 panes on tmuxinator)
Id expect
pane1 pane2
pane3 pane4
pane5 pane6
.. ..
It seems to work if you reorder the panes lists in the yaml, but in normal order, ie
panes:
- echo 1
- echo 2
- echo 3
- echo 4
you get
1 4
3 2
I have base-index and pane-base-index set to 1, but seems the same without...
Am i missing something?