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