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