Mercurial > index.cgi > dotfiles
comparison .screenrcs/root-tiger-nfs @ 99:966c1e0b0a97
screenrc updates:
* Use hostname for a switch to load a specific screenrc
* screenrcs for specific hosts to make restarting them easier
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 18 Dec 2013 16:54:53 -0500 |
parents | .screenrc@2bea356b1032 |
children | 23384e94013c |
comparison
equal
deleted
inserted
replaced
98:3d2378f5856a | 99:966c1e0b0a97 |
---|---|
1 # $Id$ | |
2 | |
3 vbell off | |
4 bell_msg "^GBell in window %n" | |
5 defnonblock 5 | |
6 nethack on | |
7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " | |
8 hardstatus alwayslastline | |
9 activity "^GActivity in window %n" | |
10 | |
11 screen -t syslog 0 | |
12 stuff 'tail -F /var/log/messages | egrep -v \'(TRAPMGR|kernel: iptables|pbs_server|power limit|OpenSM.*Loading Cached Option|mlx4_core.*mlx4_eq_int: MLX4_EVENT_TYPE_SRQ_LIMIT|ufm_ibsim: ufm read topology)\' | |
13 ' | |
14 | |
15 screen -t opensm 1 | |
16 stuff 'tail -F /opt/ufm/files/log/opensm.log | |
17 ' | |
18 | |
19 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | |
20 # with a few lines commented out so they don't interfere with the above. One | |
21 # note, the 'deflogin' setting causes a complaint on Macs because they don't | |
22 # use it; but it's only when one starts a screen, and only for a second or | |
23 # two. | |
24 | |
25 # | |
26 # This is an example for the global screenrc file. | |
27 # You may want to install this file as /usr/local/etc/screenrc. | |
28 # Check config.h for the exact location. | |
29 # | |
30 # Flaws of termcap and standard settings are done here. | |
31 # | |
32 | |
33 #startup_message off | |
34 | |
35 #defflow on # will force screen to process ^S/^Q | |
36 | |
37 deflogin on | |
38 #autodetach off | |
39 | |
40 #vbell on | |
41 #vbell_msg " Wuff ---- Wuff!! " | |
42 | |
43 # all termcap entries are now duplicated as terminfo entries. | |
44 # only difference should be the slightly modified syntax, and check for | |
45 # terminfo entries, that are already corected in the database. | |
46 # | |
47 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | |
48 # WS this sequence resizes our window. | |
49 # cs this sequence changes the scrollregion | |
50 # hs@ we have no hardware statusline. screen will only believe that | |
51 # there is a hardware status line if hs,ts,fs,ds are all set. | |
52 # ts to statusline | |
53 # fs from statusline | |
54 # ds delete statusline | |
55 # al add one line | |
56 # AL add multiple lines | |
57 # dl delete one line | |
58 # DL delete multiple lines | |
59 # ic insert one char (space) | |
60 # IC insert multiple chars | |
61 # nx terminal uses xon/xoff | |
62 | |
63 termcap facit|vt100|xterm LP:G0 | |
64 terminfo facit|vt100|xterm LP:G0 | |
65 | |
66 #the vt100 description does not mention "dl". *sigh* | |
67 termcap vt100 dl=5\E[M | |
68 terminfo vt100 dl=5\E[M | |
69 | |
70 #facit's "al" / "dl" are buggy if the current / last line | |
71 #contain attributes... | |
72 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@ | |
73 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@ | |
74 | |
75 #make sun termcap/info better | |
76 termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt' | |
77 terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>' | |
78 | |
79 #xterm understands both im/ic and doesn't have a status line. | |
80 #Note: Do not specify im and ic in the real termcap/info file as | |
81 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore. | |
82 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
83 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
84 | |
85 # Long time I had this in my private screenrc file. But many people | |
86 # seem to want it (jw): | |
87 # we do not want the width to change to 80 characters on startup: | |
88 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | |
89 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
90 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
91 | |
92 # | |
93 # Do not use xterms alternate window buffer. | |
94 # This one would not add lines to the scrollback buffer. | |
95 #termcap xterm|xterms|xs ti=\E7\E[?47l | |
96 #terminfo xterm|xterms|xs ti=\E7\E[?47l | |
97 | |
98 #make hp700 termcap/info better | |
99 termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
100 terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
101 | |
102 #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff") | |
103 #(nowadays: nx = padding doesn't work, have to use xon/off) | |
104 #essential to have it here, as this is a slow terminal. | |
105 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
106 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
107 | |
108 #remove some stupid / dangerous key bindings | |
109 bind ^x | |
110 bind x | |
111 bind ^k | |
112 #bind L | |
113 bind ^\ | |
114 #make them better | |
115 bind \\ quit | |
116 bind K kill | |
117 #bind I login on | |
118 #bind O login off | |
119 bind } history | |
120 bind X lockscreen | |
121 # | |
122 # Example of a user's .screenrc file | |
123 # | |
124 | |
125 # This is how one can set a reattach password: | |
126 # password ODSJQf.4IJN7E # "1234" | |
127 | |
128 # no annoying audible bell, please | |
129 #vbell on | |
130 | |
131 # detach on hangup | |
132 autodetach on | |
133 | |
134 # don't display the copyright page | |
135 startup_message off | |
136 | |
137 # emulate .logout message | |
138 pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended." | |
139 | |
140 # advertise hardstatus support to $TERMCAP | |
141 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\' | |
142 | |
143 # make the shell in every window a login shell | |
144 #shell -$SHELL | |
145 | |
146 # autoaka testing | |
147 # shellaka '> |tcsh' | |
148 # shellaka '$ |sh' | |
149 | |
150 # set every new windows hardstatus line to somenthing descriptive | |
151 # defhstatus "screen: ^En (^Et)" | |
152 | |
153 defscrollback 1000 | |
154 | |
155 # don't kill window after the process died | |
156 # zombie "^[" | |
157 | |
158 # enable support for the "alternate screen" capability in all windows | |
159 # altscreen on | |
160 | |
161 ################ | |
162 # | |
163 # xterm tweaks | |
164 # | |
165 | |
166 #xterm understands both im/ic and doesn't have a status line. | |
167 #Note: Do not specify im and ic in the real termcap/info file as | |
168 #some programs (e.g. vi) will not work anymore. | |
169 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
170 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
171 | |
172 #80/132 column switching must be enabled for ^AW to work | |
173 #change init sequence to not switch width | |
174 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l | |
175 | |
176 # Make the output buffer large for (fast) xterms. | |
177 #termcapinfo xterm* OL=10000 | |
178 termcapinfo xterm* OL=100 | |
179 | |
180 # tell screen that xterm can switch to dark background and has function | |
181 # keys. | |
182 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l' | |
183 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' | |
184 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~' | |
185 | |
186 # special xterm hardstatus: use the window title. | |
187 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' | |
188 | |
189 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l' | |
190 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l' | |
191 | |
192 # emulate part of the 'K' charset | |
193 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337' | |
194 | |
195 # xterm-52 tweaks: | |
196 # - uses background color for delete operations | |
197 termcapinfo xterm* be | |
198 | |
199 ################ | |
200 # | |
201 # wyse terminals | |
202 # | |
203 | |
204 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff") | |
205 #essential to have it here, as this is a slow terminal. | |
206 termcapinfo wy75-42 xo:hs@ | |
207 | |
208 # New termcap sequences for cursor application mode. | |
209 termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J | |
210 | |
211 ################ | |
212 # | |
213 # other terminals | |
214 # | |
215 | |
216 # make hp700 termcap/info better | |
217 termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
218 | |
219 # Extend the vt100 desciption by some sequences. | |
220 termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC | |
221 terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC | |
222 termcapinfo linux C8 | |
223 # old rxvt versions also need this | |
224 # termcapinfo rxvt C8 | |
225 | |
226 | |
227 ################ | |
228 # | |
229 # keybindings | |
230 # | |
231 | |
232 #remove some stupid / dangerous key bindings | |
233 bind k | |
234 bind ^k | |
235 bind . | |
236 bind ^\ | |
237 bind \\ | |
238 bind ^h | |
239 bind h | |
240 #make them better | |
241 bind 'K' kill | |
242 #bind 'I' login on | |
243 #bind 'O' login off | |
244 bind '}' history | |
245 | |
246 # Yet another hack: | |
247 # Prepend/append register [/] to the paste if ^a^] is pressed. | |
248 # This lets me have autoindent mode in vi. | |
249 #register [ "\033:se noai\015a" | |
250 #register ] "\033:se ai\015a" | |
251 #bind ^] paste [.] | |
252 | |
253 ################ | |
254 # | |
255 # default windows | |
256 # | |
257 | |
258 # screen -t local 0 | |
259 # screen -t mail 1 mutt | |
260 # screen -t 40 2 rlogin server | |
261 | |
262 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c" | |
263 ## alternative caption, gives window list, LOGNAME and current date: | |
264 # caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c" | |
265 # hardstatus alwaysignore | |
266 # hardstatus alwayslastline "%Lw" | |
267 | |
268 # Red Hat's normal status line | |
269 #hardstatus string "[screen %n%?: %t%?] %h" | |
270 | |
271 # bind = resize = | |
272 # bind + resize +1 | |
273 # bind - resize -1 | |
274 # bind _ resize max | |
275 # | |
276 # defnonblock 1 | |
277 # blankerprg rain -d 100 | |
278 # idle 30 blanker |