Mercurial > dotfiles
annotate weechat/weechat.conf @ 456:a9fb8c05f030
Add email config to hgrc.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Apr 2019 15:58:47 -0700 |
parents | 133cfc2e5b94 |
children |
rev | line source |
---|---|
237 | 1 # |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
2 # weechat -- weechat.conf |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
3 # |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
4 # WARNING: It is NOT recommended to edit this file by hand, |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
5 # especially if WeeChat is running. |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
6 # |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
7 # Use /set or similar command to change settings in WeeChat. |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
8 # |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
9 # For more info, see: https://weechat.org/doc/quickstart |
237 | 10 # |
11 | |
12 [debug] | |
13 | |
14 [startup] | |
15 command_after_plugins = "" | |
16 command_before_plugins = "" | |
17 display_logo = on | |
18 display_version = on | |
19 sys_rlimit = "" | |
20 | |
21 [look] | |
22 align_end_of_lines = message | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
23 align_multiline_words = on |
237 | 24 bar_more_down = "++" |
25 bar_more_left = "<<" | |
26 bar_more_right = ">>" | |
27 bar_more_up = "--" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
28 bare_display_exit_on_input = on |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
29 bare_display_time_format = "%H:%M" |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
30 buffer_auto_renumber = on |
237 | 31 buffer_notify_default = all |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
32 buffer_position = end |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
33 buffer_search_case_sensitive = off |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
34 buffer_search_force_default = off |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
35 buffer_search_regex = off |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
36 buffer_search_where = prefix_message |
237 | 37 buffer_time_format = "%H:%M:%S" |
38 color_basic_force_bold = off | |
39 color_inactive_buffer = on | |
40 color_inactive_message = on | |
41 color_inactive_prefix = on | |
42 color_inactive_prefix_buffer = on | |
43 color_inactive_time = off | |
44 color_inactive_window = on | |
45 color_nick_offline = off | |
46 color_pairs_auto_reset = 5 | |
47 color_real_white = off | |
48 command_chars = "" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
49 command_incomplete = off |
237 | 50 confirm_quit = off |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
51 confirm_upgrade = off |
237 | 52 day_change = on |
53 day_change_message_1date = "-- %a, %d %b %Y --" | |
54 day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" | |
55 eat_newline_glitch = off | |
56 emphasized_attributes = "" | |
57 highlight = "" | |
58 highlight_regex = "" | |
59 highlight_tags = "" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
60 hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" |
237 | 61 hotlist_buffer_separator = ", " |
62 hotlist_count_max = 2 | |
63 hotlist_count_min_msg = 2 | |
64 hotlist_names_count = 3 | |
65 hotlist_names_length = 0 | |
66 hotlist_names_level = 12 | |
67 hotlist_names_merged_buffers = off | |
68 hotlist_prefix = "H: " | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
69 hotlist_remove = merged |
237 | 70 hotlist_short_names = on |
71 hotlist_sort = group_time_asc | |
72 hotlist_suffix = "" | |
73 hotlist_unique_numbers = on | |
74 input_cursor_scroll = 20 | |
75 input_share = none | |
76 input_share_overwrite = off | |
77 input_undo_max = 32 | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
78 item_away_message = on |
237 | 79 item_buffer_filter = "*" |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
80 item_buffer_zoom = "!" |
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
81 item_mouse_status = "M" |
237 | 82 item_time_format = "%H:%M" |
83 jump_current_to_previous_buffer = on | |
84 jump_previous_buffer_when_closing = on | |
85 jump_smart_back_to_buffer = on | |
86 key_bind_safe = on | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
87 key_grab_delay = 800 |
237 | 88 mouse = off |
89 mouse_timer_delay = 100 | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
90 nick_color_force = "" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
91 nick_color_hash = djb2 |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
92 nick_color_stop_chars = "_|[" |
237 | 93 nick_prefix = "" |
94 nick_suffix = "" | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
95 paste_auto_add_newline = on |
237 | 96 paste_bracketed = off |
97 paste_bracketed_timer_delay = 10 | |
98 paste_max_lines = 1 | |
99 prefix_action = " *" | |
100 prefix_align = right | |
101 prefix_align_max = 0 | |
102 prefix_align_min = 0 | |
103 prefix_align_more = "+" | |
104 prefix_align_more_after = on | |
105 prefix_buffer_align = right | |
106 prefix_buffer_align_max = 0 | |
107 prefix_buffer_align_more = "+" | |
108 prefix_buffer_align_more_after = on | |
109 prefix_error = "=!=" | |
110 prefix_join = "-->" | |
111 prefix_network = "--" | |
112 prefix_quit = "<--" | |
113 prefix_same_nick = "" | |
114 prefix_suffix = "|" | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
115 quote_nick_prefix = "<" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
116 quote_nick_suffix = ">" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
117 quote_time_format = "%H:%M:%S" |
237 | 118 read_marker = line |
119 read_marker_always_show = off | |
120 read_marker_string = "- " | |
121 save_config_on_exit = on | |
122 save_layout_on_exit = none | |
123 scroll_amount = 3 | |
124 scroll_bottom_after_switch = off | |
125 scroll_page_percent = 100 | |
126 search_text_not_found_alert = on | |
127 separator_horizontal = "-" | |
128 separator_vertical = "" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
129 tab_width = 1 |
237 | 130 time_format = "%a, %d %b %Y %T" |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
131 window_auto_zoom = off |
237 | 132 window_separator_horizontal = on |
133 window_separator_vertical = on | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
134 window_title = "WeeChat ${info:version}" |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
135 word_chars_highlight = "!\u00A0,-,_,|,alnum" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
136 word_chars_input = "!\u00A0,-,_,|,alnum" |
237 | 137 |
138 [palette] | |
139 | |
140 [color] | |
141 bar_more = lightmagenta | |
142 chat = default | |
143 chat_bg = default | |
144 chat_buffer = white | |
145 chat_channel = white | |
146 chat_day_change = cyan | |
147 chat_delimiters = green | |
148 chat_highlight = yellow | |
149 chat_highlight_bg = magenta | |
150 chat_host = cyan | |
151 chat_inactive_buffer = darkgray | |
152 chat_inactive_window = darkgray | |
153 chat_nick = lightcyan | |
154 chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue" | |
155 chat_nick_offline = darkgray | |
156 chat_nick_offline_highlight = default | |
157 chat_nick_offline_highlight_bg = darkgray | |
158 chat_nick_other = cyan | |
159 chat_nick_prefix = green | |
160 chat_nick_self = white | |
161 chat_nick_suffix = green | |
162 chat_prefix_action = white | |
163 chat_prefix_buffer = brown | |
164 chat_prefix_buffer_inactive_buffer = darkgray | |
165 chat_prefix_error = yellow | |
166 chat_prefix_join = lightgreen | |
167 chat_prefix_more = lightmagenta | |
168 chat_prefix_network = magenta | |
169 chat_prefix_quit = lightred | |
170 chat_prefix_suffix = green | |
171 chat_read_marker = magenta | |
172 chat_read_marker_bg = default | |
173 chat_server = brown | |
174 chat_tags = red | |
175 chat_text_found = yellow | |
176 chat_text_found_bg = lightmagenta | |
177 chat_time = default | |
178 chat_time_delimiters = brown | |
179 chat_value = cyan | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
180 chat_value_null = blue |
237 | 181 emphasized = yellow |
182 emphasized_bg = magenta | |
183 input_actions = lightgreen | |
184 input_text_not_found = red | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
185 item_away = yellow |
237 | 186 nicklist_away = cyan |
187 nicklist_group = green | |
188 separator = blue | |
189 status_count_highlight = magenta | |
190 status_count_msg = brown | |
191 status_count_other = default | |
192 status_count_private = green | |
193 status_data_highlight = lightmagenta | |
194 status_data_msg = yellow | |
195 status_data_other = default | |
196 status_data_private = lightgreen | |
197 status_filter = green | |
198 status_more = yellow | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
199 status_mouse = green |
237 | 200 status_name = white |
201 status_name_ssl = lightgreen | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
202 status_nicklist_count = default |
237 | 203 status_number = yellow |
204 status_time = default | |
205 | |
206 [completion] | |
207 base_word_until_cursor = on | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
208 command_inline = on |
237 | 209 default_template = "%(nicks)|%(irc_channels)" |
210 nick_add_space = on | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
211 nick_case_sensitive = off |
237 | 212 nick_completer = ":" |
213 nick_first_only = off | |
214 nick_ignore_chars = "[]`_-^" | |
215 partial_completion_alert = on | |
216 partial_completion_command = off | |
217 partial_completion_command_arg = off | |
218 partial_completion_count = on | |
219 partial_completion_other = off | |
220 | |
221 [history] | |
222 display_default = 5 | |
223 max_buffer_lines_minutes = 0 | |
224 max_buffer_lines_number = 4096 | |
225 max_commands = 100 | |
226 max_visited_buffers = 50 | |
227 | |
228 [proxy] | |
229 | |
230 [network] | |
231 connection_timeout = 60 | |
232 gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt" | |
233 gnutls_handshake_timeout = 30 | |
234 proxy_curl = "" | |
235 | |
236 [plugin] | |
237 autoload = "*" | |
238 debug = off | |
239 extension = ".so,.dll" | |
240 path = "%h/plugins" | |
241 save_config_on_unload = on | |
242 | |
243 [bar] | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
244 buffers.color_bg = default |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
245 buffers.color_delim = default |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
246 buffers.color_fg = default |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
247 buffers.conditions = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
248 buffers.filling_left_right = vertical |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
249 buffers.filling_top_bottom = columns_vertical |
326
2fab82330263
Weechat configuration update.
Ludovic Chabant <ludovic@chabant.com>
parents:
282
diff
changeset
|
250 buffers.hidden = on |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
251 buffers.items = "buffers" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
252 buffers.position = top |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
253 buffers.priority = 0 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
254 buffers.separator = on |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
255 buffers.size = 0 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
256 buffers.size_max = 0 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
257 buffers.type = root |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
258 buflist.color_bg = default |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
259 buflist.color_delim = default |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
260 buflist.color_fg = default |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
261 buflist.conditions = "" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
262 buflist.filling_left_right = vertical |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
263 buflist.filling_top_bottom = columns_vertical |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
264 buflist.hidden = off |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
265 buflist.items = "buflist" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
266 buflist.position = left |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
267 buflist.priority = 0 |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
268 buflist.separator = on |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
269 buflist.size = 0 |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
270 buflist.size_max = 0 |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
271 buflist.type = root |
237 | 272 input.color_bg = default |
273 input.color_delim = cyan | |
274 input.color_fg = default | |
275 input.conditions = "" | |
276 input.filling_left_right = vertical | |
277 input.filling_top_bottom = horizontal | |
278 input.hidden = off | |
279 input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text" | |
280 input.position = bottom | |
281 input.priority = 1000 | |
282 input.separator = off | |
283 input.size = 1 | |
284 input.size_max = 0 | |
285 input.type = window | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
286 isetbar.color_bg = default |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
287 isetbar.color_delim = cyan |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
288 isetbar.color_fg = default |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
289 isetbar.conditions = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
290 isetbar.filling_left_right = vertical |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
291 isetbar.filling_top_bottom = horizontal |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
260
diff
changeset
|
292 isetbar.hidden = on |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
293 isetbar.items = "isetbar_help" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
294 isetbar.position = top |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
295 isetbar.priority = 0 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
296 isetbar.separator = on |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
297 isetbar.size = 3 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
298 isetbar.size_max = 3 |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
299 isetbar.type = window |
237 | 300 nicklist.color_bg = default |
301 nicklist.color_delim = cyan | |
302 nicklist.color_fg = default | |
303 nicklist.conditions = "${nicklist}" | |
304 nicklist.filling_left_right = vertical | |
305 nicklist.filling_top_bottom = columns_vertical | |
306 nicklist.hidden = off | |
307 nicklist.items = "buffer_nicklist" | |
308 nicklist.position = right | |
309 nicklist.priority = 200 | |
310 nicklist.separator = on | |
311 nicklist.size = 0 | |
312 nicklist.size_max = 0 | |
313 nicklist.type = window | |
314 status.color_bg = blue | |
315 status.color_delim = cyan | |
316 status.color_fg = default | |
317 status.conditions = "" | |
318 status.filling_left_right = vertical | |
319 status.filling_top_bottom = horizontal | |
320 status.hidden = off | |
321 status.items = "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll" | |
322 status.position = bottom | |
323 status.priority = 500 | |
324 status.separator = off | |
325 status.size = 1 | |
326 status.size_max = 0 | |
327 status.type = window | |
328 title.color_bg = blue | |
329 title.color_delim = cyan | |
330 title.color_fg = default | |
331 title.conditions = "" | |
332 title.filling_left_right = vertical | |
333 title.filling_top_bottom = horizontal | |
334 title.hidden = off | |
335 title.items = "buffer_title" | |
336 title.position = top | |
337 title.priority = 500 | |
338 title.separator = off | |
339 title.size = 1 | |
340 title.size_max = 0 | |
341 title.type = window | |
342 | |
343 [layout] | |
344 | |
345 [notify] | |
346 | |
347 [filter] | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
348 irc_smart = off;*;irc_smart_filter;* |
237 | 349 |
350 [key] | |
351 ctrl-? = "/input delete_previous_char" | |
352 ctrl-A = "/input move_beginning_of_line" | |
353 ctrl-B = "/input move_previous_char" | |
354 ctrl-Cb = "/input insert \x02" | |
355 ctrl-Cc = "/input insert \x03" | |
356 ctrl-Ci = "/input insert \x1D" | |
357 ctrl-Co = "/input insert \x0F" | |
358 ctrl-Cr = "/input insert \x12" | |
359 ctrl-Cu = "/input insert \x15" | |
360 ctrl-D = "/input delete_next_char" | |
361 ctrl-E = "/input move_end_of_line" | |
362 ctrl-F = "/input move_next_char" | |
363 ctrl-H = "/input delete_previous_char" | |
364 ctrl-I = "/input complete_next" | |
365 ctrl-J = "/input return" | |
366 ctrl-K = "/input delete_end_of_line" | |
367 ctrl-L = "/window refresh" | |
368 ctrl-M = "/input return" | |
369 ctrl-N = "/buffer +1" | |
370 ctrl-P = "/buffer -1" | |
371 ctrl-R = "/input search_text" | |
372 ctrl-Sctrl-U = "/input set_unread" | |
373 ctrl-T = "/input transpose_chars" | |
374 ctrl-U = "/input delete_beginning_of_line" | |
375 ctrl-W = "/input delete_previous_word" | |
376 ctrl-X = "/input switch_active_buffer" | |
377 ctrl-Y = "/input clipboard_paste" | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
378 meta-meta-OP = "/bar scroll buflist * b" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
379 meta-meta-OQ = "/bar scroll buflist * e" |
237 | 380 meta-meta2-1~ = "/window scroll_top" |
381 meta-meta2-23~ = "/bar scroll nicklist * b" | |
382 meta-meta2-24~ = "/bar scroll nicklist * e" | |
383 meta-meta2-4~ = "/window scroll_bottom" | |
384 meta-meta2-5~ = "/window scroll_up" | |
385 meta-meta2-6~ = "/window scroll_down" | |
386 meta-meta2-7~ = "/window scroll_top" | |
387 meta-meta2-8~ = "/window scroll_bottom" | |
388 meta-meta2-A = "/buffer -1" | |
389 meta-meta2-B = "/buffer +1" | |
390 meta-meta2-C = "/buffer +1" | |
391 meta-meta2-D = "/buffer -1" | |
392 meta-/ = "/input jump_last_buffer_displayed" | |
393 meta-0 = "/buffer *10" | |
394 meta-1 = "/buffer *1" | |
395 meta-2 = "/buffer *2" | |
396 meta-3 = "/buffer *3" | |
397 meta-4 = "/buffer *4" | |
398 meta-5 = "/buffer *5" | |
399 meta-6 = "/buffer *6" | |
400 meta-7 = "/buffer *7" | |
401 meta-8 = "/buffer *8" | |
402 meta-9 = "/buffer *9" | |
403 meta-< = "/input jump_previously_visited_buffer" | |
404 meta-= = "/filter toggle" | |
405 meta-> = "/input jump_next_visited_buffer" | |
406 meta-OA = "/input history_global_previous" | |
407 meta-OB = "/input history_global_next" | |
408 meta-OC = "/input move_next_word" | |
409 meta-OD = "/input move_previous_word" | |
410 meta-OF = "/input move_end_of_line" | |
411 meta-OH = "/input move_beginning_of_line" | |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
412 meta-OP = "/bar scroll buflist * -100%" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
413 meta-OQ = "/bar scroll buflist * +100%" |
237 | 414 meta-Oa = "/input history_global_previous" |
415 meta-Ob = "/input history_global_next" | |
416 meta-Oc = "/input move_next_word" | |
417 meta-Od = "/input move_previous_word" | |
418 meta2-15~ = "/buffer -1" | |
419 meta2-17~ = "/buffer +1" | |
420 meta2-18~ = "/window -1" | |
421 meta2-19~ = "/window +1" | |
422 meta2-1;3A = "/buffer -1" | |
423 meta2-1;3B = "/buffer +1" | |
424 meta2-1;3C = "/buffer +1" | |
425 meta2-1;3D = "/buffer -1" | |
426 meta2-1;5A = "/input history_global_previous" | |
427 meta2-1;5B = "/input history_global_next" | |
428 meta2-1;5C = "/input move_next_word" | |
429 meta2-1;5D = "/input move_previous_word" | |
430 meta2-1~ = "/input move_beginning_of_line" | |
431 meta2-200~ = "/input paste_start" | |
432 meta2-201~ = "/input paste_stop" | |
433 meta2-20~ = "/bar scroll title * -30%" | |
434 meta2-21~ = "/bar scroll title * +30%" | |
435 meta2-23~ = "/bar scroll nicklist * -100%" | |
436 meta2-24~ = "/bar scroll nicklist * +100%" | |
437 meta2-3~ = "/input delete_next_char" | |
438 meta2-4~ = "/input move_end_of_line" | |
439 meta2-5;3~ = "/window scroll_up" | |
440 meta2-5~ = "/window page_up" | |
441 meta2-6;3~ = "/window scroll_down" | |
442 meta2-6~ = "/window page_down" | |
443 meta2-7~ = "/input move_beginning_of_line" | |
444 meta2-8~ = "/input move_end_of_line" | |
445 meta2-A = "/input history_previous" | |
446 meta2-B = "/input history_next" | |
447 meta2-C = "/input move_next_char" | |
448 meta2-D = "/input move_previous_char" | |
449 meta2-F = "/input move_end_of_line" | |
450 meta2-G = "/window page_down" | |
451 meta2-H = "/input move_beginning_of_line" | |
452 meta2-I = "/window page_up" | |
453 meta2-Z = "/input complete_previous" | |
454 meta2-[E = "/buffer -1" | |
455 meta-_ = "/input redo" | |
456 meta-a = "/input jump_smart" | |
457 meta-b = "/input move_previous_word" | |
458 meta-d = "/input delete_next_word" | |
459 meta-f = "/input move_next_word" | |
460 meta-h = "/input hotlist_clear" | |
461 meta-jmeta-l = "/input jump_last_buffer" | |
462 meta-jmeta-r = "/server raw" | |
463 meta-jmeta-s = "/server jump" | |
464 meta-j01 = "/buffer 1" | |
465 meta-j02 = "/buffer 2" | |
466 meta-j03 = "/buffer 3" | |
467 meta-j04 = "/buffer 4" | |
468 meta-j05 = "/buffer 5" | |
469 meta-j06 = "/buffer 6" | |
470 meta-j07 = "/buffer 7" | |
471 meta-j08 = "/buffer 8" | |
472 meta-j09 = "/buffer 9" | |
473 meta-j10 = "/buffer 10" | |
474 meta-j11 = "/buffer 11" | |
475 meta-j12 = "/buffer 12" | |
476 meta-j13 = "/buffer 13" | |
477 meta-j14 = "/buffer 14" | |
478 meta-j15 = "/buffer 15" | |
479 meta-j16 = "/buffer 16" | |
480 meta-j17 = "/buffer 17" | |
481 meta-j18 = "/buffer 18" | |
482 meta-j19 = "/buffer 19" | |
483 meta-j20 = "/buffer 20" | |
484 meta-j21 = "/buffer 21" | |
485 meta-j22 = "/buffer 22" | |
486 meta-j23 = "/buffer 23" | |
487 meta-j24 = "/buffer 24" | |
488 meta-j25 = "/buffer 25" | |
489 meta-j26 = "/buffer 26" | |
490 meta-j27 = "/buffer 27" | |
491 meta-j28 = "/buffer 28" | |
492 meta-j29 = "/buffer 29" | |
493 meta-j30 = "/buffer 30" | |
494 meta-j31 = "/buffer 31" | |
495 meta-j32 = "/buffer 32" | |
496 meta-j33 = "/buffer 33" | |
497 meta-j34 = "/buffer 34" | |
498 meta-j35 = "/buffer 35" | |
499 meta-j36 = "/buffer 36" | |
500 meta-j37 = "/buffer 37" | |
501 meta-j38 = "/buffer 38" | |
502 meta-j39 = "/buffer 39" | |
503 meta-j40 = "/buffer 40" | |
504 meta-j41 = "/buffer 41" | |
505 meta-j42 = "/buffer 42" | |
506 meta-j43 = "/buffer 43" | |
507 meta-j44 = "/buffer 44" | |
508 meta-j45 = "/buffer 45" | |
509 meta-j46 = "/buffer 46" | |
510 meta-j47 = "/buffer 47" | |
511 meta-j48 = "/buffer 48" | |
512 meta-j49 = "/buffer 49" | |
513 meta-j50 = "/buffer 50" | |
514 meta-j51 = "/buffer 51" | |
515 meta-j52 = "/buffer 52" | |
516 meta-j53 = "/buffer 53" | |
517 meta-j54 = "/buffer 54" | |
518 meta-j55 = "/buffer 55" | |
519 meta-j56 = "/buffer 56" | |
520 meta-j57 = "/buffer 57" | |
521 meta-j58 = "/buffer 58" | |
522 meta-j59 = "/buffer 59" | |
523 meta-j60 = "/buffer 60" | |
524 meta-j61 = "/buffer 61" | |
525 meta-j62 = "/buffer 62" | |
526 meta-j63 = "/buffer 63" | |
527 meta-j64 = "/buffer 64" | |
528 meta-j65 = "/buffer 65" | |
529 meta-j66 = "/buffer 66" | |
530 meta-j67 = "/buffer 67" | |
531 meta-j68 = "/buffer 68" | |
532 meta-j69 = "/buffer 69" | |
533 meta-j70 = "/buffer 70" | |
534 meta-j71 = "/buffer 71" | |
535 meta-j72 = "/buffer 72" | |
536 meta-j73 = "/buffer 73" | |
537 meta-j74 = "/buffer 74" | |
538 meta-j75 = "/buffer 75" | |
539 meta-j76 = "/buffer 76" | |
540 meta-j77 = "/buffer 77" | |
541 meta-j78 = "/buffer 78" | |
542 meta-j79 = "/buffer 79" | |
543 meta-j80 = "/buffer 80" | |
544 meta-j81 = "/buffer 81" | |
545 meta-j82 = "/buffer 82" | |
546 meta-j83 = "/buffer 83" | |
547 meta-j84 = "/buffer 84" | |
548 meta-j85 = "/buffer 85" | |
549 meta-j86 = "/buffer 86" | |
550 meta-j87 = "/buffer 87" | |
551 meta-j88 = "/buffer 88" | |
552 meta-j89 = "/buffer 89" | |
553 meta-j90 = "/buffer 90" | |
554 meta-j91 = "/buffer 91" | |
555 meta-j92 = "/buffer 92" | |
556 meta-j93 = "/buffer 93" | |
557 meta-j94 = "/buffer 94" | |
558 meta-j95 = "/buffer 95" | |
559 meta-j96 = "/buffer 96" | |
560 meta-j97 = "/buffer 97" | |
561 meta-j98 = "/buffer 98" | |
562 meta-j99 = "/buffer 99" | |
563 meta-k = "/input grab_key_command" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
564 meta-l = "/window bare 5" |
237 | 565 meta-m = "/mute mouse toggle" |
566 meta-n = "/window scroll_next_highlight" | |
567 meta-p = "/window scroll_previous_highlight" | |
568 meta-r = "/input delete_line" | |
569 meta-s = "/mute aspell toggle" | |
570 meta-u = "/window scroll_unread" | |
571 meta-wmeta-meta2-A = "/window up" | |
572 meta-wmeta-meta2-B = "/window down" | |
573 meta-wmeta-meta2-C = "/window right" | |
574 meta-wmeta-meta2-D = "/window left" | |
575 meta-wmeta2-1;3A = "/window up" | |
576 meta-wmeta2-1;3B = "/window down" | |
577 meta-wmeta2-1;3C = "/window right" | |
578 meta-wmeta2-1;3D = "/window left" | |
579 meta-wmeta-b = "/window balance" | |
580 meta-wmeta-s = "/window swap" | |
581 meta-x = "/input zoom_merged_buffer" | |
582 meta-z = "/window zoom" | |
583 ctrl-_ = "/input undo" | |
584 | |
585 [key_search] | |
586 ctrl-I = "/input search_switch_where" | |
587 ctrl-J = "/input search_stop" | |
588 ctrl-M = "/input search_stop" | |
589 ctrl-R = "/input search_switch_regex" | |
590 meta2-A = "/input search_previous" | |
591 meta2-B = "/input search_next" | |
592 meta-c = "/input search_switch_case" | |
593 | |
594 [key_cursor] | |
595 ctrl-J = "/cursor stop" | |
596 ctrl-M = "/cursor stop" | |
597 meta-meta2-A = "/cursor move area_up" | |
598 meta-meta2-B = "/cursor move area_down" | |
599 meta-meta2-C = "/cursor move area_right" | |
600 meta-meta2-D = "/cursor move area_left" | |
601 meta2-1;3A = "/cursor move area_up" | |
602 meta2-1;3B = "/cursor move area_down" | |
603 meta2-1;3C = "/cursor move area_right" | |
604 meta2-1;3D = "/cursor move area_left" | |
605 meta2-A = "/cursor move up" | |
606 meta2-B = "/cursor move down" | |
607 meta2-C = "/cursor move right" | |
608 meta2-D = "/cursor move left" | |
609 @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}" | |
610 @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}" | |
611 @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}" | |
612 @item(buffer_nicklist):q = "/window ${_window_number};/query ${nick};/cursor stop" | |
613 @item(buffer_nicklist):w = "/window ${_window_number};/whois ${nick}" | |
614 @chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop" | |
615 @chat:m = "hsignal:chat_quote_message;/cursor stop" | |
616 @chat:q = "hsignal:chat_quote_prefix_message;/cursor stop" | |
617 | |
618 [key_mouse] | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
619 @bar(buffers):ctrl-wheeldown = "hsignal:buffers_mouse" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
620 @bar(buffers):ctrl-wheelup = "hsignal:buffers_mouse" |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
621 @bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
622 @bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse" |
237 | 623 @bar(input):button2 = "/input grab_mouse_area" |
624 @bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%" | |
625 @bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e" | |
626 @bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%" | |
627 @bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b" | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
628 @chat(perl.iset):button1 = "hsignal:iset_mouse" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
629 @chat(perl.iset):button2* = "hsignal:iset_mouse" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
630 @chat(perl.iset):wheeldown = "/repeat 5 /iset **down" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
631 @chat(perl.iset):wheelup = "/repeat 5 /iset **up" |
237 | 632 @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" |
633 @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" | |
634 @chat(script.scripts):wheeldown = "/script down 5" | |
635 @chat(script.scripts):wheelup = "/script up 5" | |
636 @item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}" | |
637 @item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}" | |
638 @item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}" | |
639 @item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}" | |
640 @item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}" | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
641 @item(buffers):button1* = "hsignal:buffers_mouse" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
246
diff
changeset
|
642 @item(buffers):button2* = "hsignal:buffers_mouse" |
399
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
643 @item(buflist):button1* = "hsignal:buflist_mouse" |
133cfc2e5b94
Weechat upgrade and tweaks.
Ludovic Chabant <ludovic@chabant.com>
parents:
326
diff
changeset
|
644 @item(buflist):button2* = "hsignal:buflist_mouse" |
237 | 645 @bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%" |
646 @bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%" | |
647 @chat:button1 = "/window ${_window_number}" | |
648 @chat:button1-gesture-left = "/window ${_window_number};/buffer -1" | |
649 @chat:button1-gesture-left-long = "/window ${_window_number};/buffer 1" | |
650 @chat:button1-gesture-right = "/window ${_window_number};/buffer +1" | |
651 @chat:button1-gesture-right-long = "/window ${_window_number};/input jump_last_buffer" | |
652 @chat:ctrl-wheeldown = "/window scroll_horiz -window ${_window_number} +10%" | |
653 @chat:ctrl-wheelup = "/window scroll_horiz -window ${_window_number} -10%" | |
654 @chat:wheeldown = "/window scroll_down -window ${_window_number}" | |
655 @chat:wheelup = "/window scroll_up -window ${_window_number}" | |
656 @*:button3 = "/cursor go ${_x},${_y}" |