Shortcuts
Split screen
C-a S
split display horizontallyC-a |
split display verticallyC-a tab
jump to next display regionC-a X
remove current regionC-a Q
remove all regions but the current one
Logging
Enable screen logging
screen -L
Enable logging in .screenrc
logfile screen-output.%Y-%m-%d.log
logfile flush 1
logtstamp on
logtstamp after 5
deflog on
Configuration
Scroll with mouse (add to .screenrc
)
termcapinfo xterm* ti@:te@
Example .screenrc
hardstatus alwayslastline
startup_message off
hardstatus string '%{wk}%?%-Lw%?%{=b kR}(%{W}%n %t%?(%u)%?%{=b kR})%{= w}%?%+Lw%?%? %{g}]%{W}'
termcapinfo xterm* ti@:te@
scrollback 10000
defshell -zsh