# .screenrc, jonen@mitschang.net nethack off autodetach on # Standard: on crlf off # Standard: off deflogin off # Standard: on hardcopy_append on # Standard: off startup_message off # Standard: on defscrollback 5000 # Standard: 100 silencewait 15 # Standard: 30 defmonitor on # activity monitor defutf8 on # UTF-8 # enable audible bell (visible bell is handled by bash) vbell off # Keep dead windows around until I tell them to exit. zombie cr # Fx to change window bindkey "^[[11~" select 1 bindkey "^[OP" select 1 bindkey "^[[12~" select 2 bindkey "^[OQ" select 2 bindkey "^[[13~" select 3 bindkey "^[OR" select 3 bindkey "^[[14~" select 4 bindkey "^[OS" select 4 bindkey "^[[15~" select 5 bindkey "^[[17~" select 6 bindkey "^[[18~" select 7 bindkey "^[[19~" select 8 bindkey "^[[20~" select 9 bindkey "^[[21~" select 10 bindkey "^[[23~" select 11 bindkey "^[[24~" select 12 # emulate .logout message pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended." # hardstatus and caption hardstatus on caption always "%H%3n %t -%f- %? @%u%?%? [%h]%?%=" hardstatus alwayslastline "%{bw}%-Lw%{= wk}%50>%n%f* %t%{-}%+Lw%< %=" # screen startup commands screen -t su 1 su - -c "screen -DR $USER" screen -t bash 2 bash screen -t bash 3 bash screen -t bash 4 bash