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