Linux

Notes on GNU Screen Windows

April 3, 2013 Rich 1 min read

Some notes on GNU screen windowing…

^-a C - new window
^-a | - split window vertically
^-a S - split window horizontally
^-a TAB - switch to next window
^-a X - close current window
^-a :resize +/- n - resize current window + or - n where n is a number (columns)
^-a x - lock session
^-a d - detach

0371852

Leave a comment