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