Is there an option, when splitting a pane, to only split the current pane evenly instead of resizing the other panes?
For example, lets say I have a window split into 3 panes, with the widths being: 20, 20, 200
I would like to create a new pane, such that I now have 20, 20, 100, 100
Instead the first two panes also get resized.
I can see where if one is creating panes from a fresh window, having it auto resize each pane to go from 100 to 50,50 then 33,33,33 and finally 25,25,25,25 makes a lot of sense. However if the previous panes were already carefully sized, having them autoresize is not a feature.
(all the numbers above are just for demonstration purposes and by no means represent real screen sizes)