]> git.phdru.name Git - dotfiles.git/blob - .screenrc
.profile: remove options -F and -X from LESS
[dotfiles.git] / .screenrc
1 # detach on hangup
2 autodetach on
3
4 # status line at the bottom of terminal
5 # display numbers and titles:
6 # for inactive windows with default color (presumably black) on cyan
7 # for active windows with blue on cyan
8 caption always "%{= cd}%-w%{= cb}%n %t%{-}%+w %-="
9
10 deflogin on
11
12 # set every new windows hardstatus line to somenthing descriptive
13 # defhstatus "screen: ^E (^Et)"
14
15 defscrollback 1000
16
17 # emulate .logout message
18 pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
19
20 # make the shell in every window a login shell
21 shell -$SHELL
22
23 # shelltitle '> |bash'
24 # shelltitle '$ |sh'
25 # shelltitle '# |root sh'
26
27 # don't display the copyright page
28 startup_message off
29
30 # no annoying audible bell, please
31 #vbell on
32
33 # don't kill window after the process died
34 # zombie "^["
35
36 ################
37 #
38 # xterm tweaks
39 #
40
41 # advertise hardstatus support to $TERMCAP
42 # termcapinfo  * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
43
44 # do not confuse Solaris :)
45 #term vt100
46
47 # xterm understands both im/ic and doesn't have a status line.
48 # note: do not specify im and ic in the real termcap/info file as
49 # some programs (e.g. vi) will not work anymore.
50 #termcap  xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
51 #terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
52
53 # 80/132 column switching must be enabled for ^AW to work
54 # change init sequence to not switch width
55 #termcapinfo  xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
56
57 # make the output buffer large for (fast) xterms.
58 #termcapinfo xterm* OL=10000
59
60 # tell screen that xterm can switch to dark background and has function keys
61 #termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
62 #termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
63 #termcapinfo xterm 'kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:kP=\E[H:kN=\E[6~'
64
65 # special xterm hardstatus: use the window title.
66 #termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]0;screen\007'
67
68 # our xterm has colors! (rxvt, too)
69 #termcap  xterm 'AF=\E[3%dm:AB=\E[4%dm'
70 #terminfo xterm 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
71
72 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
73 #termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
74
75 # emulate part of the 'K' charset
76 #termcapinfo   xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
77
78 ################
79 #
80 # other terminals
81 #
82
83 # extend the vt100 desciption by some sequences.
84 #termcap  vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
85 #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
86
87 # https://savannah.gnu.org/bugs/?14930
88 #termcapinfo linux|xterm|rxvt|xterm-color ti@:te@:XT
89
90 ################
91 #
92 # keybindings
93 #
94
95 # remove some stupid / dangerous key bindings
96 bind h
97 bind ^h
98 bind k
99 bind ^k
100 bind z
101 bind ^z
102 bind .
103 bind \\
104 bind ^\
105 # make them better
106 #bind 'I' login on
107 #bind 'O' login off
108
109 # yet another hack:
110 # prepend/append register [/] to the paste if ^a^] is pressed.
111 # this lets me have autoindent mode in vi.
112 #register [ "\033:se noai\015a"
113 #register ] "\033:se ai\015a"
114 #bind ^] paste [.]
115
116 # on backspace send ^H
117 bindkey -d -k kb stuff "\010"