conf
view .screenrc @ 375:26aed4e65671
cleanup hgrc a bit
| author | Alexander Solovyov <alexander@solovyov.net> |
|---|---|
| date | Mon Jan 23 18:20:04 2012 +0200 |
| parents | 586f7b9f12a1 |
| children |
line source
1 # (c) piranha 2003-2006
31 startup_message off # default: on
32 # no annoying bell, please
33 vbell off
35 defnonblock 1
37 # ===============================================================
38 # xterm tweaks
39 # ===============================================================
97 # Makes it possible to use a different shell inside screen
98 # than is set as the default login shell. Halleluja! :-)
99 # shell zsh
100 # shell bash
101 # shell ksh
103 # ===============================================================
104 # VARIABLES - Strings
105 # ===============================================================
106 #
107 # some notes on COLOR before explaining its use in
108 # the commands caption, hardstatus, and sorendition.
109 #
110 # COLOR: colors codes are combinations of
111 # [attribute modifier] [color description]
112 # see the manual, section "STRING ESCAPES".
113 #
114 # Color table:
115 # 0 Black . leave color unchanged
116 # 1 Red b blue
117 # 2 Green c cyan
118 # 3 Brown / yellow d default color
119 # 4 Blue g green b bold
120 # 5 Purple k blacK B blinking
121 # 6 Cyan m magenta d dim
122 # 7 White r red r reverse
123 # 8 unused/illegal w white s standout
124 # 9 transparent y yellow u underline
126 hardstatus alwayslastline "%{ck}%H %{gk}| %{+u rk}Load: %l%{-u gk} | %{wk}%c %{yk}%d.%m.%Y %{gk}| %{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?"
128 # ===============================================================
129 # Messages
130 # ===============================================================
132 activity "activity in %n (%t) [%C]~"
134 # ===============================================================
135 # Key bindings
136 # ===============================================================
137 # 040126 To be able to select windows with n > 9 ->
138 # press "C-a - #" instead of just "C-a #"
139 bind - command -c select_1n
140 bind -c select_1n 0 select 10
141 bind -c select_1n 1 select 11
142 bind -c select_1n 2 select 12
143 bind -c select_1n 3 select 13
144 bind -c select_1n 4 select 14
145 bind -c select_1n 5 select 15
146 bind -c select_1n 6 select 16
147 bind -c select_1n 7 select 17
148 bind -c select_1n 8 select 18
149 bind -c select_1n 9 select 19
150 bind -c select_1n - command -c select_2n
151 bind -c select_2n 0 select 20
152 bind -c select_2n 1 select 21
153 bind -c select_2n 2 select 22
154 bind -c select_2n 3 select 23
155 bind -c select_2n 4 select 24
156 bind -c select_2n 5 select 25
157 bind -c select_2n 6 select 26
158 bind -c select_2n 7 select 27
159 bind -c select_2n 8 select 28
160 bind -c select_2n 9 select 29
161 bind -c select_2n - select -
163 # ==============================================================
164 # BIND and the Services:
165 # ==============================================================
166 # remove some stupid / dangerous key bindings
167 # bind k
168 # bind ^k
169 # bind .
170 # bind ^\
171 # bind \\
172 # bind s
173 # bind h
174 bind h hardcopy
175 # make them better
