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