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