Screen commands
create new window
C-a c
rename current window C-a A
see window list C-a "
(allows you to select a window to change to)
split display horizontally | C-a S |
split display vertically | C-a | or C-a V (for the vanilla vertical screen patch) |
jump to next display region | C-a tab |
remove current region | C-a X |
remove all regions but the current one | C-a Q |
In copy mode, one can navigate the scrollback buffer in various ways:
half page up | C-u | | half page down | C-d |
back | C-b | | forward | C-f |
cursor left/down/up/right | h/j/k/l |