1 ################################################## 2 # screenrc von Benedikt Waldvogel 3 # http://aperiodic.net/screen/appearance 4 # http://aperiodic.net/screen/string_escapes 5 ################################################## 6 7 autodetach on 8 hardcopy_append on 9 vbell off 10 startup_message off 11 silencewait 15 12 defscrollback 1000 13 shell /bin/zsh 14 defutf8 on 15 16 # read http://aperiodic.net/screen/faq 17 altscreen on 18 # caption always '%h' 19 hardstatus alwayslastline "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %{+b}%?other users: %{+ r}%u %{+b y}|%?%{= d} %H %l %{+b y}|%{-} %d.%m. %c" 20 21 # caption always '%h' 22 23 # http://frexx.de/xterm-256-notes/ 24 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' 25 termcapinfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' 26 # erase background with current bg color 27 defbce "on" 28 29 # startup 30 #screen -t SLRN 8 slrn 31 #screen -t MAIL 7 mutt 32 #screen -t ZSH 0 zsh - 33 #screen -t BASH 2 bash - 34 35 # bindings 36 #bindkey ^f screen ssh einstein.ai-lab.fh-furtwangen.de 37 #bindkey ^g screen ssh gaia 38 39 #bind B screen -t 'BASH' bash - 40 #bind L screen -t 'LINKS' links http://www.google.de 41 42 # vim:set ts=2 ft=screen: