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