Splitting and Resizing with gnu screen

Submitted by admin on Thu, 06/24/2010 - 16:34

I'm always forgetting how to split up a terminal window using screen. It turns out the answer is:

split vertically

  1. ^a+|

split horizontally

  1. ^a+S

resize the pane that has focus

  1. ^a+:resize [number of lines]