-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
65 lines (50 loc) · 2.04 KB
/
screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# GNU Screen - main configuration file
# All other .screenrc files will source this file to inherit settings.
# Author: Christian Wills - [email protected]
# Allow bold colors - necessary for some reason
attrcolor b ".I"
# Tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# Enables use of shift-PgUp and shift-PgDn
termcapinfo xterm|xterms|xs|rxvt ti@:te@
# Erase background with current bg color
defbce "on"
# Enable 256 color term
term xterm-256color
# Cache 30000 lines for scroll back
defscrollback 30000
# New mail notification
#backtick 101 30 15 $HOME/bin/mailstatus.sh
hardstatus alwayslastline
# Very nice tabbed colored hardstatus line
hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
# change command character from ctrl-a to ctrl-b (emacs users may want this)
escape ^Bb
# Hide hardstatus: ctrl-a f
bind f eval "hardstatus ignore"
# Show hardstatus: ctrl-a F
bind F eval "hardstatus alwayslastline"
# Turn welcome message off
startup_message off
screen -t Mon_Mac 0 bash
screen -t PYDOP907 1 telnet 10.60.1.21 60001
screen -t PYDOP908 2 telnet 10.60.1.21 60002
screen -t BEDOP908 3 telnet 10.60.1.21 60003
screen -t BEDOP907 4 telnet 10.60.1.21 60004
screen -t NLDOP907 5 telnet 10.60.1.21 60005
screen -t NLDOP908 6 telnet 10.60.1.21 60006
screen -t TLDOP907 7 telnet 10.60.1.21 60007
screen -t BEDORR1 8 telnet 10.60.1.21 60008
screen -t PYDORR1 9 telnet 10.60.1.21 60009
screen -t NLDO01 10 telnet 10.60.1.21 60010
screen -t NLDO02 11 telnet 10.60.1.21 60011
screen -t TLDO01 12 telnet 10.60.1.21 60012
screen -t OFDC01 13 telnet 10.60.1.21 60013
screen -t OFDC03 14 telnet 10.60.1.21 60014
screen -t OFDC02 15 telnet 10.60.1.21 60015
screen -t PYWB513 16 telnet 10.60.1.21 60016
screen -t PYDO503 17 telnet 10.60.1.21 60017
screen -t BEWB513 18 telnet 10.60.1.21 60018
screen -t BEDO503 19 telnet 10.60.1.21 60019
screen -t Internet 20 telnet 10.60.1.21 60020
select 0