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