I'm currently working with several sessions on several terminals on the same tmux instance (but different sessions).
My plan is to have them "share" the instance but not individual windows. That is, the terminals would be on different windows most of the time.
My problem here is that tmux automatically resizes all windows to the smallest terminal in the instance, which would make sense if I were sharing windows but doesn't in this case.
Is there any configuration option or some way to tell tmux to not automatically resize windows?