-
Notifications
You must be signed in to change notification settings - Fork 10
/
.screenrc
46 lines (37 loc) · 1.05 KB
/
.screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# netj's screen settings
# Author: Jaeho Shin <[email protected]>
# Created: 2002/07/13
### behaviors
startup_message off
vbell off
defscrollback 8192
hardstatus on
hardstatus string "%h - %n%?:%t%?\^\^%H"
shell -bash
shelltitle ""
msgwait 2
password ""
aclumask +rwx
### keys
escape ^tt # not bad
bind K
bind .
bind ^\
bind \\
bind x
bind o screen bash -li -c screen_only
### termcapinfo
## advertise hardstatus support to $TERMCAP
termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
## xterm tweaks
# xterm scroll buffer
termcapinfo xterm*|dtterm|screen 'ti@:te@'
# use the xterm window title as hardstatus
termcapinfo xterm*|dtterm|screen 'hs:ts=\E]0;:fs=\007:ds=\E]2;screen\007'
# make the output buffer large for (fast) xterms.
termcapinfo xterm*|dtterm|screen OL=1024
# xterm-52 tweaks - use background color for delete operations
termcapinfo xterm*|dtterm|screen be
## Matthias Kopfermann <[email protected]> [020222]:
termcapinfo linux "ve=\E[?25h\E[?17;0;64c" # red
termcapinfo linux C8