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