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