# Screen RC file Save as $HOME/.screenrc # vbell on vbell_msg " -- Doh! -- " autodetach on startup_message off pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended." shell -$SHELL shelltitle 'Home' defscrollback 1000 crlf off defmonitor on activity "%" bind k bind . bind ^h bind h register [ "\033:se noai\015a" register ] "\033:se ai\015a" bind ^] paste [.] caption always "%{bk}%c | %{bk}%-Lw%{bk}%50>%{kb}%n%f* %t%{-}%+Lw%<%{- Wk}" bindkey -k kh select 0 # Home = screen 0 bindkey -k k1 select 0 # F1 = screen 0 bindkey -k k2 select 1 # F2 = screen 1 bindkey -k k3 select 2 # F3 = screen 2 bindkey -k k4 select 3 # F4 = screen 3 bindkey -k k5 select 4 # F5 = screen 4 bindkey -k k6 select 5 # F6 = screen 5 bindkey -k k7 select 6 # F7 = screen 6 bindkey -k k8 select 7 # F8 = screen 7 bindkey -k F2 next # F12 = next bindkey -k F1 prev # F11 = previous bind J title "Advisories" bind V title "Research" bind C title "Rules" bind G screen -t 'Google' links www.google.com bind M screen -t 'Mail' mutt bind F screen -t 'Fetchmail' fetchmail