How can you combine two windows in Screen?
I have two windows such that I can move between them by ^A p
or ^A n
in Screen.
I would like to combine two windows which have the numbers 1 and 3.
How can you combine two windows in Screen?
I have two windows such that I can move between them by ^A p
or ^A n
in Screen.
I would like to combine two windows which have the numbers 1 and 3.
You can split the current view with ^A S (or ^A | for vert) then switch to the new view with ^A ^I. The ^A ^N will iterate over available windows. This way you can see both windows in one view.
Not sure what the definition of 'combine' is, but this is one way.