comparison .shared/screenrc @ 265:df0b24d4fabd

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