Screen cheatsheet
~/.screenrc
:
startup_message off
hardstatus alwayslastline
hardstatus alwayslastline '%{gk}[ %{G}%H %{g}]%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{W}[%1]'
vbell_msg " *beep* "
# Bind Shift+Arrow Left/Right for switch via screen-tab's
bindkey ^[[1;2C next
bindkey ^[[1;2D prev
Ссылки по теме:
more ...