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