0

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.

Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697

1 Answers1

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.

joeslice
  • 3,454
  • 1
  • 19
  • 24