.screenrc

changeset 15
ea93e309d4dd
parent 5
fa2f0f9008e8
child 16
e24163388132
equal deleted inserted replaced
14:9472c147e69b 15:ea93e309d4dd
1 startup_message off 1 startup_message off
2
3 # I need to get more comfortable with zsh
4 # shell -/bin/zsh
2 5
3 # babun on windows doesn't have utmp, i don't really work in situations 6 # babun on windows doesn't have utmp, i don't really work in situations
4 # where not being listed is a concern 7 # where not being listed is a concern
5 deflogin off 8 deflogin off
9
10 # use xterm scrollbacks
11 termcapinfo xterm* ti@:te@
6 12
7 # pass-through 256-color mode 13 # pass-through 256-color mode
8 attrcolor b ".I" 14 attrcolor b ".I"
9 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' 15 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
10 defbce "on" 16 defbce "on"
14 termcapinfo xterm*|Eterm|mlterm "hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007" 20 termcapinfo xterm*|Eterm|mlterm "hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007"
15 hardstatus off 21 hardstatus off
16 hardstatus string "screen %n (%t)%? [%h]%?" 22 hardstatus string "screen %n (%t)%? [%h]%?"
17 caption always "%{-u wb}%-w%{+u Wb}%n%f*%t%{-}%+w" 23 caption always "%{-u wb}%-w%{+u Wb}%n%f*%t%{-}%+w"
18 24
25 # skip window 0
26 bind c screen 1
27 bind ^c screen 1
28 bind 0 select 10
29 screen 1

mercurial