]> git.r.bdr.sh - rbdr/dotfiles/blob - weechat/weechat.conf
Update yum to dnf
[rbdr/dotfiles] / 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 = on
31 buffer_notify_default = all
32 buffer_position = end
33 buffer_search_case_sensitive = off
34 buffer_search_force_default = off
35 buffer_search_regex = off
36 buffer_search_where = prefix_message
37 buffer_time_format = "%H:%M:%S"
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 = off
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 = ""
58 highlight_regex = ""
59 highlight_tags = ""
60 hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 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 = off
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 = 3
99 prefix_action = " *"
100 prefix_align = right
101 prefix_align_max = 0
102 prefix_align_min = 0
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 = ""
136 word_chars_highlight = "!\u00A0,-,_,|,alnum"
137 word_chars_input = "!\u00A0,-,_,|,alnum"
138
139 [palette]
140
141 [color]
142 bar_more = lightmagenta
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 = yellow
150 chat_highlight_bg = magenta
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 = default
157 chat_nick_offline_highlight = default
158 chat_nick_offline_highlight_bg = blue
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 = lightgreen
168 chat_prefix_more = lightmagenta
169 chat_prefix_network = magenta
170 chat_prefix_quit = lightred
171 chat_prefix_suffix = green
172 chat_read_marker = magenta
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 = blue
190 status_count_highlight = magenta
191 status_count_msg = brown
192 status_count_other = default
193 status_count_private = green
194 status_data_highlight = lightmagenta
195 status_data_msg = yellow
196 status_data_other = default
197 status_data_private = lightgreen
198 status_filter = green
199 status_more = yellow
200 status_mouse = green
201 status_name = white
202 status_name_ssl = lightgreen
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 = on
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 = off
218 partial_completion_command_arg = off
219 partial_completion_count = on
220 partial_completion_other = off
221 partial_completion_templates = "config_options"
222
223 [history]
224 display_default = 5
225 max_buffer_lines_minutes = 0
226 max_buffer_lines_number = 4096
227 max_commands = 100
228 max_visited_buffers = 50
229
230 [proxy]
231
232 [network]
233 connection_timeout = 60
234 gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt"
235 gnutls_handshake_timeout = 30
236 proxy_curl = ""
237
238 [plugin]
239 autoload = "*"
240 debug = off
241 extension = ".so"
242 path = "%h/plugins"
243 save_config_on_unload = on
244
245 [bar]
246 buffers.color_bg = default
247 buffers.color_delim = default
248 buffers.color_fg = default
249 buffers.conditions = ""
250 buffers.filling_left_right = vertical
251 buffers.filling_top_bottom = horizontal
252 buffers.hidden = off
253 buffers.items = "buffers"
254 buffers.position = left
255 buffers.priority = 0
256 buffers.separator = on
257 buffers.size = 0
258 buffers.size_max = 0
259 buffers.type = root
260 buflist.color_bg = default
261 buflist.color_delim = default
262 buflist.color_fg = default
263 buflist.conditions = ""
264 buflist.filling_left_right = vertical
265 buflist.filling_top_bottom = columns_vertical
266 buflist.hidden = off
267 buflist.items = "buflist"
268 buflist.position = left
269 buflist.priority = 0
270 buflist.separator = on
271 buflist.size = 0
272 buflist.size_max = 0
273 buflist.type = root
274 chanmon.color_bg = default
275 chanmon.color_delim = cyan
276 chanmon.color_fg = default
277 chanmon.conditions = ""
278 chanmon.filling_left_right = vertical
279 chanmon.filling_top_bottom = vertical
280 chanmon.hidden = off
281 chanmon.items = "chanmon"
282 chanmon.position = bottom
283 chanmon.priority = 100
284 chanmon.separator = on
285 chanmon.size = 0
286 chanmon.size_max = 0
287 chanmon.type = root
288 fset.color_bg = default
289 fset.color_delim = cyan
290 fset.color_fg = default
291 fset.conditions = "${buffer.full_name} == fset.fset"
292 fset.filling_left_right = vertical
293 fset.filling_top_bottom = horizontal
294 fset.hidden = off
295 fset.items = "fset"
296 fset.position = top
297 fset.priority = 0
298 fset.separator = on
299 fset.size = 3
300 fset.size_max = 3
301 fset.type = window
302 input.color_bg = default
303 input.color_delim = cyan
304 input.color_fg = default
305 input.conditions = ""
306 input.filling_left_right = vertical
307 input.filling_top_bottom = horizontal
308 input.hidden = off
309 input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
310 input.position = bottom
311 input.priority = 1000
312 input.separator = off
313 input.size = 1
314 input.size_max = 0
315 input.type = window
316 isetbar.color_bg = default
317 isetbar.color_delim = cyan
318 isetbar.color_fg = default
319 isetbar.conditions = ""
320 isetbar.filling_left_right = vertical
321 isetbar.filling_top_bottom = horizontal
322 isetbar.hidden = on
323 isetbar.items = "isetbar_help"
324 isetbar.position = top
325 isetbar.priority = 0
326 isetbar.separator = on
327 isetbar.size = 3
328 isetbar.size_max = 3
329 isetbar.type = window
330 nicklist.color_bg = default
331 nicklist.color_delim = cyan
332 nicklist.color_fg = default
333 nicklist.conditions = "nicklist"
334 nicklist.filling_left_right = vertical
335 nicklist.filling_top_bottom = columns_vertical
336 nicklist.hidden = off
337 nicklist.items = "buffer_nicklist"
338 nicklist.position = right
339 nicklist.priority = 200
340 nicklist.separator = on
341 nicklist.size = 0
342 nicklist.size_max = 0
343 nicklist.type = window
344 status.color_bg = blue
345 status.color_delim = cyan
346 status.color_fg = default
347 status.conditions = ""
348 status.filling_left_right = vertical
349 status.filling_top_bottom = horizontal
350 status.hidden = off
351 status.items = "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll"
352 status.position = bottom
353 status.priority = 500
354 status.separator = off
355 status.size = 1
356 status.size_max = 0
357 status.type = window
358 title.color_bg = blue
359 title.color_delim = cyan
360 title.color_fg = default
361 title.conditions = ""
362 title.filling_left_right = vertical
363 title.filling_top_bottom = horizontal
364 title.hidden = off
365 title.items = "buffer_title"
366 title.position = top
367 title.priority = 500
368 title.separator = off
369 title.size = 1
370 title.size_max = 0
371 title.type = window
372
373 [layout]
374
375 [notify]
376
377 [filter]
378
379 [key]
380 ctrl-? = "/input delete_previous_char"
381 ctrl-A = "/input move_beginning_of_line"
382 ctrl-B = "/input move_previous_char"
383 ctrl-Cb = "/input insert \x02"
384 ctrl-Cc = "/input insert \x03"
385 ctrl-Ci = "/input insert \x1D"
386 ctrl-Co = "/input insert \x0F"
387 ctrl-Cr = "/input insert \x12"
388 ctrl-Cu = "/input insert \x15"
389 ctrl-D = "/input delete_next_char"
390 ctrl-E = "/input move_end_of_line"
391 ctrl-F = "/input move_next_char"
392 ctrl-H = "/input delete_previous_char"
393 ctrl-I = "/input complete_next"
394 ctrl-J = "/input return"
395 ctrl-K = "/input delete_end_of_line"
396 ctrl-L = "/window refresh"
397 ctrl-M = "/input return"
398 ctrl-N = "/buffer +1"
399 ctrl-P = "/buffer -1"
400 ctrl-R = "/input search_text"
401 ctrl-Sctrl-U = "/input set_unread"
402 ctrl-T = "/input transpose_chars"
403 ctrl-U = "/input delete_beginning_of_line"
404 ctrl-W = "/input delete_previous_word"
405 ctrl-X = "/input switch_active_buffer"
406 ctrl-Y = "/input clipboard_paste"
407 meta-meta-OP = "/bar scroll buflist * b"
408 meta-meta-OQ = "/bar scroll buflist * e"
409 meta-meta2-11~ = "/bar scroll buflist * b"
410 meta-meta2-12~ = "/bar scroll buflist * e"
411 meta-meta2-1~ = "/window scroll_top"
412 meta-meta2-23~ = "/bar scroll nicklist * b"
413 meta-meta2-24~ = "/bar scroll nicklist * e"
414 meta-meta2-4~ = "/window scroll_bottom"
415 meta-meta2-5~ = "/window scroll_up"
416 meta-meta2-6~ = "/window scroll_down"
417 meta-meta2-7~ = "/window scroll_top"
418 meta-meta2-8~ = "/window scroll_bottom"
419 meta-meta2-A = "/buffer -1"
420 meta-meta2-B = "/buffer +1"
421 meta-meta2-C = "/buffer +1"
422 meta-meta2-D = "/buffer -1"
423 meta-0 = "/buffer *10"
424 meta-1 = "/buffer *1"
425 meta-2 = "/buffer *2"
426 meta-3 = "/buffer *3"
427 meta-4 = "/buffer *4"
428 meta-5 = "/buffer *5"
429 meta-6 = "/buffer *6"
430 meta-7 = "/buffer *7"
431 meta-8 = "/buffer *8"
432 meta-9 = "/buffer *9"
433 meta-< = "/input jump_previously_visited_buffer"
434 meta-= = "/filter toggle"
435 meta-> = "/input jump_next_visited_buffer"
436 meta-OA = "/input history_global_previous"
437 meta-OB = "/input history_global_next"
438 meta-OC = "/input move_next_word"
439 meta-OD = "/input move_previous_word"
440 meta-OF = "/input move_end_of_line"
441 meta-OH = "/input move_beginning_of_line"
442 meta-OP = "/bar scroll buflist * -100%"
443 meta-OQ = "/bar scroll buflist * +100%"
444 meta-Oa = "/input history_global_previous"
445 meta-Ob = "/input history_global_next"
446 meta-Oc = "/input move_next_word"
447 meta-Od = "/input move_previous_word"
448 meta2-11^ = "/bar scroll buflist * -100%"
449 meta2-11~ = "/bar scroll buflist * -100%"
450 meta2-12^ = "/bar scroll buflist * +100%"
451 meta2-12~ = "/bar scroll buflist * +100%"
452 meta2-15~ = "/buffer -1"
453 meta2-17~ = "/buffer +1"
454 meta2-18~ = "/window -1"
455 meta2-19~ = "/window +1"
456 meta2-1;3A = "/buffer -1"
457 meta2-1;3B = "/buffer +1"
458 meta2-1;3C = "/buffer +1"
459 meta2-1;3D = "/buffer -1"
460 meta2-1;3P = "/bar scroll buflist * b"
461 meta2-1;3Q = "/bar scroll buflist * e"
462 meta2-1;5A = "/input history_global_previous"
463 meta2-1;5B = "/input history_global_next"
464 meta2-1;5P = "/bar scroll buflist * -100%"
465 meta2-1;5Q = "/bar scroll buflist * +100%"
466 meta2-1~ = "/input move_beginning_of_line"
467 meta2-20~ = "/bar scroll title * -30%"
468 meta2-21~ = "/bar scroll title * +30%"
469 meta2-23~ = "/bar scroll nicklist * -100%"
470 meta2-24~ = "/bar scroll nicklist * +100%"
471 meta2-3~ = "/input delete_next_char"
472 meta2-4~ = "/input move_end_of_line"
473 meta2-5;3~ = "/window scroll_up"
474 meta2-5~ = "/window page_up"
475 meta2-6;3~ = "/window scroll_down"
476 meta2-6~ = "/window page_down"
477 meta2-7~ = "/input move_beginning_of_line"
478 meta2-8~ = "/input move_end_of_line"
479 meta2-A = "/input history_previous"
480 meta2-B = "/input history_next"
481 meta2-C = "/input move_next_char"
482 meta2-D = "/input move_previous_char"
483 meta2-F = "/input move_end_of_line"
484 meta2-G = "/window page_down"
485 meta2-H = "/input move_beginning_of_line"
486 meta2-I = "/window page_up"
487 meta2-Z = "/input complete_previous"
488 meta2-[E = "/buffer -1"
489 meta-_ = "/input redo"
490 meta-a = "/input jump_smart"
491 meta-b = "/input move_previous_word"
492 meta-d = "/input delete_next_word"
493 meta-f = "/input move_next_word"
494 meta-h = "/input hotlist_clear"
495 meta-jmeta-l = "/input jump_last_buffer"
496 meta-jmeta-r = "/server raw"
497 meta-jmeta-s = "/server jump"
498 meta-j01 = "/buffer 1"
499 meta-j02 = "/buffer 2"
500 meta-j03 = "/buffer 3"
501 meta-j04 = "/buffer 4"
502 meta-j05 = "/buffer 5"
503 meta-j06 = "/buffer 6"
504 meta-j07 = "/buffer 7"
505 meta-j08 = "/buffer 8"
506 meta-j09 = "/buffer 9"
507 meta-j10 = "/buffer 10"
508 meta-j11 = "/buffer 11"
509 meta-j12 = "/buffer 12"
510 meta-j13 = "/buffer 13"
511 meta-j14 = "/buffer 14"
512 meta-j15 = "/buffer 15"
513 meta-j16 = "/buffer 16"
514 meta-j17 = "/buffer 17"
515 meta-j18 = "/buffer 18"
516 meta-j19 = "/buffer 19"
517 meta-j20 = "/buffer 20"
518 meta-j21 = "/buffer 21"
519 meta-j22 = "/buffer 22"
520 meta-j23 = "/buffer 23"
521 meta-j24 = "/buffer 24"
522 meta-j25 = "/buffer 25"
523 meta-j26 = "/buffer 26"
524 meta-j27 = "/buffer 27"
525 meta-j28 = "/buffer 28"
526 meta-j29 = "/buffer 29"
527 meta-j30 = "/buffer 30"
528 meta-j31 = "/buffer 31"
529 meta-j32 = "/buffer 32"
530 meta-j33 = "/buffer 33"
531 meta-j34 = "/buffer 34"
532 meta-j35 = "/buffer 35"
533 meta-j36 = "/buffer 36"
534 meta-j37 = "/buffer 37"
535 meta-j38 = "/buffer 38"
536 meta-j39 = "/buffer 39"
537 meta-j40 = "/buffer 40"
538 meta-j41 = "/buffer 41"
539 meta-j42 = "/buffer 42"
540 meta-j43 = "/buffer 43"
541 meta-j44 = "/buffer 44"
542 meta-j45 = "/buffer 45"
543 meta-j46 = "/buffer 46"
544 meta-j47 = "/buffer 47"
545 meta-j48 = "/buffer 48"
546 meta-j49 = "/buffer 49"
547 meta-j50 = "/buffer 50"
548 meta-j51 = "/buffer 51"
549 meta-j52 = "/buffer 52"
550 meta-j53 = "/buffer 53"
551 meta-j54 = "/buffer 54"
552 meta-j55 = "/buffer 55"
553 meta-j56 = "/buffer 56"
554 meta-j57 = "/buffer 57"
555 meta-j58 = "/buffer 58"
556 meta-j59 = "/buffer 59"
557 meta-j60 = "/buffer 60"
558 meta-j61 = "/buffer 61"
559 meta-j62 = "/buffer 62"
560 meta-j63 = "/buffer 63"
561 meta-j64 = "/buffer 64"
562 meta-j65 = "/buffer 65"
563 meta-j66 = "/buffer 66"
564 meta-j67 = "/buffer 67"
565 meta-j68 = "/buffer 68"
566 meta-j69 = "/buffer 69"
567 meta-j70 = "/buffer 70"
568 meta-j71 = "/buffer 71"
569 meta-j72 = "/buffer 72"
570 meta-j73 = "/buffer 73"
571 meta-j74 = "/buffer 74"
572 meta-j75 = "/buffer 75"
573 meta-j76 = "/buffer 76"
574 meta-j77 = "/buffer 77"
575 meta-j78 = "/buffer 78"
576 meta-j79 = "/buffer 79"
577 meta-j80 = "/buffer 80"
578 meta-j81 = "/buffer 81"
579 meta-j82 = "/buffer 82"
580 meta-j83 = "/buffer 83"
581 meta-j84 = "/buffer 84"
582 meta-j85 = "/buffer 85"
583 meta-j86 = "/buffer 86"
584 meta-j87 = "/buffer 87"
585 meta-j88 = "/buffer 88"
586 meta-j89 = "/buffer 89"
587 meta-j90 = "/buffer 90"
588 meta-j91 = "/buffer 91"
589 meta-j92 = "/buffer 92"
590 meta-j93 = "/buffer 93"
591 meta-j94 = "/buffer 94"
592 meta-j95 = "/buffer 95"
593 meta-j96 = "/buffer 96"
594 meta-j97 = "/buffer 97"
595 meta-j98 = "/buffer 98"
596 meta-j99 = "/buffer 99"
597 meta-k = "/input grab_key_command"
598 meta-m = "/mouse toggle"
599 meta-n = "/window scroll_next_highlight"
600 meta-p = "/window scroll_previous_highlight"
601 meta-r = "/input delete_line"
602 meta-u = "/input scroll_unread"
603 meta-wmeta-meta2-A = "/window up"
604 meta-wmeta-meta2-B = "/window down"
605 meta-wmeta-meta2-C = "/window right"
606 meta-wmeta-meta2-D = "/window left"
607 meta-wmeta2-1;3A = "/window up"
608 meta-wmeta2-1;3B = "/window down"
609 meta-wmeta2-1;3C = "/window right"
610 meta-wmeta2-1;3D = "/window left"
611 meta-wmeta-b = "/window balance"
612 meta-wmeta-s = "/window swap"
613 meta-z = "/window zoom"
614 ctrl-_ = "/input undo"
615
616 [key_search]
617 ctrl-J = "/input search_stop"
618 ctrl-M = "/input search_stop"
619 ctrl-R = "/input search_switch_case"
620 meta2-A = "/input search_previous"
621 meta2-B = "/input search_next"
622
623 [key_cursor]
624 ctrl-J = "/cursor stop"
625 ctrl-M = "/cursor stop"
626 meta-meta2-A = "/cursor move area_up"
627 meta-meta2-B = "/cursor move area_down"
628 meta-meta2-C = "/cursor move area_right"
629 meta-meta2-D = "/cursor move area_left"
630 meta2-1;3A = "/cursor move area_up"
631 meta2-1;3B = "/cursor move area_down"
632 meta2-1;3C = "/cursor move area_right"
633 meta2-1;3D = "/cursor move area_left"
634 meta2-A = "/cursor move up"
635 meta2-B = "/cursor move down"
636 meta2-C = "/cursor move right"
637 meta2-D = "/cursor move left"
638 @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
639 @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
640 @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}"
641 @item(buffer_nicklist):q = "/window ${_window_number};/query ${nick};/cursor stop"
642 @item(buffer_nicklist):w = "/window ${_window_number};/whois ${nick}"
643 @chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop"
644 @chat:m = "hsignal:chat_quote_message;/cursor stop"
645 @chat:q = "hsignal:chat_quote_prefix_message;/cursor stop"
646
647 [key_mouse]
648 @bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse"
649 @bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse"
650 @bar(input):button2 = "/input grab_mouse_area"
651 @bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"
652 @bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
653 @bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%"
654 @bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b"
655 @chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}"
656 @chat(fset.fset):button2* = "hsignal:fset_mouse"
657 @chat(fset.fset):wheeldown = "/fset -down 5"
658 @chat(fset.fset):wheelup = "/fset -up 5"
659 @chat(perl.iset):button1 = "hsignal:iset_mouse"
660 @chat(perl.iset):button2* = "hsignal:iset_mouse"
661 @chat(perl.iset):wheeldown = "/repeat 5 /iset **down"
662 @chat(perl.iset):wheelup = "/repeat 5 /iset **up"
663 @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
664 @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
665 @chat(script.scripts):wheeldown = "/script down 5"
666 @chat(script.scripts):wheelup = "/script up 5"
667 @item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}"
668 @item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}"
669 @item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}"
670 @item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}"
671 @item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}"
672 @item(buffers):button1* = "hsignal:buffers_mouse"
673 @item(buffers):button2 = "hsignal:buffers_mouse"
674 @item(buflist):button1* = "hsignal:buflist_mouse"
675 @item(buflist):button2* = "hsignal:buflist_mouse"
676 @item(buflist2):button1* = "hsignal:buflist_mouse"
677 @item(buflist2):button2* = "hsignal:buflist_mouse"
678 @item(buflist3):button1* = "hsignal:buflist_mouse"
679 @item(buflist3):button2* = "hsignal:buflist_mouse"
680 @bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%"
681 @bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%"
682 @chat:button1 = "/window ${_window_number}"
683 @chat:button1-gesture-left = "/window ${_window_number};/buffer -1"
684 @chat:button1-gesture-left-long = "/window ${_window_number};/buffer 1"
685 @chat:button1-gesture-right = "/window ${_window_number};/buffer +1"
686 @chat:button1-gesture-right-long = "/window ${_window_number};/input jump_last_buffer"
687 @chat:wheeldown = "/window scroll_down -window ${_window_number}"
688 @chat:wheelup = "/window scroll_up -window ${_window_number}"
689 @*:button3 = "/cursor go ${_x},${_y}"