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