### ### blcknight's suped up screenrc ### caption always "%{yK} -=%H=- | $LOGNAME | %{yK}%c | %{yK}%-Lw%{yK}%50>%{Ky}%n%f* %t%{-}%+Lw%<%{- Wk}" ### ### some basic stuff ### ######################################################################### crlf off # no thanks. # startup_message off # don't want this either. # defscrollback 1000 # please sir, can I have some more? # shell -$SHELL # I'll take my default shell. # defmonitor on # turn monitoring on # activity "%" # tell me when stuff happens! # nonblock on # don't block # ######################################################################### ### ### Let's do some bindings. ### ##################################################### bind G screen -t 'Google' links www.google.com # bind M screen -t 'Mail' mutt # bind F screen -t 'Fetchmail' fetchmail # bind C screen -t 'CENTERICQ' centericq # ##################################################### ### ### emulate irssi bindings ### ######################## ### yes, it's funky # ######################## bindkey ^[0 select 0 bindkey ^[1 select 1 bindkey ^[2 select 2 bindkey ^[3 select 3 bindkey ^[4 select 4 bindkey ^[5 select 5 bindkey ^[6 select 6 bindkey ^[7 select 7 bindkey ^[8 select 8 bindkey ^[9 select 9 #does not work and nobody knows how it should work #bindkey ^[^[[C next # Alt+Rechts = next #bindkey ^[^[[D prev # Alt+Links = previous #bindkey "^[[1;3D" prev #bindkey "^[[1;3C" next bindkey ^[x next bindkey ^[y prev ######################## # # include local configuration source .screenrc-local