################################################## # screenrc von Benedikt Waldvogel # http://aperiodic.net/screen/appearance # http://aperiodic.net/screen/string_escapes ################################################## autodetach on hardcopy_append on vbell off startup_message off silencewait 15 defscrollback 1000 shell /bin/zsh defutf8 on # read http://aperiodic.net/screen/faq altscreen on # caption always '%h' hardstatus alwayslastline "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %{+b}%?other users: %{+ r}%u %{+b y}|%?%{= d} %H %l %{+b y}|%{-} %d.%m. %c" # caption always '%h' # http://frexx.de/xterm-256-notes/ termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' termcapinfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # erase background with current bg color defbce "on" # startup #screen -t SLRN 8 slrn #screen -t MAIL 7 mutt #screen -t ZSH 0 zsh - #screen -t BASH 2 bash - # bindings #bindkey ^f screen ssh einstein.ai-lab.fh-furtwangen.de #bindkey ^g screen ssh gaia #bind B screen -t 'BASH' bash - #bind L screen -t 'LINKS' links http://www.google.de # vim:set ts=2 ft=screen: