> With screen you can resize the terminal size to fit using ctrl-a F - > that's your screen's control command followed by a capital F.
That works! If I have two different terminals ssh'd into the same screen session and resize one then ctrl-A F it, the session in the other terminal changes size to match. But: unlike with tmux (which is totally new to me as I said), the two sessions are not kept in sync. If I switch panes in one, or split the window, the other doesn't change. Since one of my sessions will be invisible, I need it to automatically follow whatever I do in the other so that keystrokes will always go where I can see them. Is that possible with screen? Seems a useful feature e.g. for demonstrating something remotely, but I can't find anything even asking how to do it (so I'm probably asking the wrong question....) Thanks! --Eric
