all repos — dotfiles @ 2e4a6c8d33ceb68dfbaa968e56efeff46acff1f4

my *nix dotfiles

weechat/.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.window = "1;0;0;0;irc;server.rizon"
376default.current = on
377
378[notify]
379
380[filter]
381
382[key]
383ctrl-? = "/input delete_previous_char"
384ctrl-A = "/input move_beginning_of_line"
385ctrl-B = "/input move_previous_char"
386ctrl-Cb = "/input insert \x02"
387ctrl-Cc = "/input insert \x03"
388ctrl-Ci = "/input insert \x1D"
389ctrl-Co = "/input insert \x0F"
390ctrl-Cr = "/input insert \x12"
391ctrl-Cu = "/input insert \x15"
392ctrl-D = "/input delete_next_char"
393ctrl-E = "/input move_end_of_line"
394ctrl-F = "/input move_next_char"
395ctrl-H = "/input delete_previous_char"
396ctrl-I = "/input complete_next"
397ctrl-J = "/input return"
398ctrl-K = "/input delete_end_of_line"
399ctrl-L = "/window refresh"
400ctrl-M = "/input return"
401ctrl-N = "/buffer +1"
402ctrl-P = "/buffer -1"
403ctrl-R = "/input search_text"
404ctrl-Sctrl-U = "/input set_unread"
405ctrl-T = "/input transpose_chars"
406ctrl-U = "/input delete_beginning_of_line"
407ctrl-W = "/input delete_previous_word"
408ctrl-X = "/input switch_active_buffer"
409ctrl-Y = "/input clipboard_paste"
410meta-meta-OP = "/bar scroll buflist * b"
411meta-meta-OQ = "/bar scroll buflist * e"
412meta-meta2-1~ = "/window scroll_top"
413meta-meta2-23~ = "/bar scroll nicklist * yb"
414meta-meta2-24~ = "/bar scroll nicklist * ye"
415meta-meta2-4~ = "/window scroll_bottom"
416meta-meta2-5~ = "/window scroll_up"
417meta-meta2-6~ = "/window scroll_down"
418meta-meta2-7~ = "/window scroll_top"
419meta-meta2-8~ = "/window scroll_bottom"
420meta-meta2-A = "/buffer -1"
421meta-meta2-B = "/buffer +1"
422meta-meta2-C = "/buffer +1"
423meta-meta2-D = "/buffer -1"
424meta-0 = "/buffer *10"
425meta-1 = "/buffer *1"
426meta-2 = "/buffer *2"
427meta-3 = "/buffer *3"
428meta-4 = "/buffer *4"
429meta-5 = "/buffer *5"
430meta-6 = "/buffer *6"
431meta-7 = "/buffer *7"
432meta-8 = "/buffer *8"
433meta-9 = "/buffer *9"
434meta-< = "/input jump_previously_visited_buffer"
435meta-= = "/filter toggle"
436meta-> = "/input jump_next_visited_buffer"
437meta-OA = "/input history_global_previous"
438meta-OB = "/input history_global_next"
439meta-OC = "/input move_next_word"
440meta-OD = "/input move_previous_word"
441meta-OF = "/input move_end_of_line"
442meta-OH = "/input move_beginning_of_line"
443meta-OP = "/bar scroll buflist * -100%"
444meta-OQ = "/bar scroll buflist * +100%"
445meta-Oa = "/input history_global_previous"
446meta-Ob = "/input history_global_next"
447meta-Oc = "/input move_next_word"
448meta-Od = "/input move_previous_word"
449meta2-15~ = "/buffer -1"
450meta2-17~ = "/buffer +1"
451meta2-18~ = "/window -1"
452meta2-19~ = "/window +1"
453meta2-1;3A = "/buffer -1"
454meta2-1;3B = "/buffer +1"
455meta2-1;3C = "/buffer +1"
456meta2-1;3D = "/buffer -1"
457meta2-1;5A = "/input history_global_previous"
458meta2-1;5B = "/input history_global_next"
459meta2-1~ = "/input move_beginning_of_line"
460meta2-20~ = "/bar scroll title * x-50%"
461meta2-21~ = "/bar scroll title * x+50%"
462meta2-23~ = "/bar scroll nicklist * y-100%"
463meta2-24~ = "/bar scroll nicklist * y+100%"
464meta2-3~ = "/input delete_next_char"
465meta2-4~ = "/input move_end_of_line"
466meta2-5;3~ = "/window scroll_up"
467meta2-5~ = "/window page_up"
468meta2-6;3~ = "/window scroll_down"
469meta2-6~ = "/window page_down"
470meta2-7~ = "/input move_beginning_of_line"
471meta2-8~ = "/input move_end_of_line"
472meta2-A = "/input history_previous"
473meta2-B = "/input history_next"
474meta2-C = "/input move_next_char"
475meta2-D = "/input move_previous_char"
476meta2-F = "/input move_end_of_line"
477meta2-G = "/window page_down"
478meta2-H = "/input move_beginning_of_line"
479meta2-I = "/window page_up"
480meta2-Z = "/input complete_previous"
481meta-_ = "/input redo"
482meta-a = "/input jump_smart"
483meta-b = "/input move_previous_word"
484meta-d = "/input delete_next_word"
485meta-f = "/input move_next_word"
486meta-h = "/input hotlist_clear"
487meta-jmeta-l = "/input jump_last_buffer"
488meta-jmeta-r = "/server raw"
489meta-jmeta-s = "/server jump"
490meta-j01 = "/buffer 1"
491meta-j02 = "/buffer 2"
492meta-j03 = "/buffer 3"
493meta-j04 = "/buffer 4"
494meta-j05 = "/buffer 5"
495meta-j06 = "/buffer 6"
496meta-j07 = "/buffer 7"
497meta-j08 = "/buffer 8"
498meta-j09 = "/buffer 9"
499meta-j10 = "/buffer 10"
500meta-j11 = "/buffer 11"
501meta-j12 = "/buffer 12"
502meta-j13 = "/buffer 13"
503meta-j14 = "/buffer 14"
504meta-j15 = "/buffer 15"
505meta-j16 = "/buffer 16"
506meta-j17 = "/buffer 17"
507meta-j18 = "/buffer 18"
508meta-j19 = "/buffer 19"
509meta-j20 = "/buffer 20"
510meta-j21 = "/buffer 21"
511meta-j22 = "/buffer 22"
512meta-j23 = "/buffer 23"
513meta-j24 = "/buffer 24"
514meta-j25 = "/buffer 25"
515meta-j26 = "/buffer 26"
516meta-j27 = "/buffer 27"
517meta-j28 = "/buffer 28"
518meta-j29 = "/buffer 29"
519meta-j30 = "/buffer 30"
520meta-j31 = "/buffer 31"
521meta-j32 = "/buffer 32"
522meta-j33 = "/buffer 33"
523meta-j34 = "/buffer 34"
524meta-j35 = "/buffer 35"
525meta-j36 = "/buffer 36"
526meta-j37 = "/buffer 37"
527meta-j38 = "/buffer 38"
528meta-j39 = "/buffer 39"
529meta-j40 = "/buffer 40"
530meta-j41 = "/buffer 41"
531meta-j42 = "/buffer 42"
532meta-j43 = "/buffer 43"
533meta-j44 = "/buffer 44"
534meta-j45 = "/buffer 45"
535meta-j46 = "/buffer 46"
536meta-j47 = "/buffer 47"
537meta-j48 = "/buffer 48"
538meta-j49 = "/buffer 49"
539meta-j50 = "/buffer 50"
540meta-j51 = "/buffer 51"
541meta-j52 = "/buffer 52"
542meta-j53 = "/buffer 53"
543meta-j54 = "/buffer 54"
544meta-j55 = "/buffer 55"
545meta-j56 = "/buffer 56"
546meta-j57 = "/buffer 57"
547meta-j58 = "/buffer 58"
548meta-j59 = "/buffer 59"
549meta-j60 = "/buffer 60"
550meta-j61 = "/buffer 61"
551meta-j62 = "/buffer 62"
552meta-j63 = "/buffer 63"
553meta-j64 = "/buffer 64"
554meta-j65 = "/buffer 65"
555meta-j66 = "/buffer 66"
556meta-j67 = "/buffer 67"
557meta-j68 = "/buffer 68"
558meta-j69 = "/buffer 69"
559meta-j70 = "/buffer 70"
560meta-j71 = "/buffer 71"
561meta-j72 = "/buffer 72"
562meta-j73 = "/buffer 73"
563meta-j74 = "/buffer 74"
564meta-j75 = "/buffer 75"
565meta-j76 = "/buffer 76"
566meta-j77 = "/buffer 77"
567meta-j78 = "/buffer 78"
568meta-j79 = "/buffer 79"
569meta-j80 = "/buffer 80"
570meta-j81 = "/buffer 81"
571meta-j82 = "/buffer 82"
572meta-j83 = "/buffer 83"
573meta-j84 = "/buffer 84"
574meta-j85 = "/buffer 85"
575meta-j86 = "/buffer 86"
576meta-j87 = "/buffer 87"
577meta-j88 = "/buffer 88"
578meta-j89 = "/buffer 89"
579meta-j90 = "/buffer 90"
580meta-j91 = "/buffer 91"
581meta-j92 = "/buffer 92"
582meta-j93 = "/buffer 93"
583meta-j94 = "/buffer 94"
584meta-j95 = "/buffer 95"
585meta-j96 = "/buffer 96"
586meta-j97 = "/buffer 97"
587meta-j98 = "/buffer 98"
588meta-j99 = "/buffer 99"
589meta-k = "/input grab_key_command"
590meta-n = "/window scroll_next_highlight"
591meta-p = "/window scroll_previous_highlight"
592meta-r = "/input delete_line"
593meta-u = "/input scroll_unread"
594meta-wmeta-meta2-A = "/window up"
595meta-wmeta-meta2-B = "/window down"
596meta-wmeta-meta2-C = "/window right"
597meta-wmeta-meta2-D = "/window left"
598meta-wmeta2-1;3A = "/window up"
599meta-wmeta2-1;3B = "/window down"
600meta-wmeta2-1;3C = "/window right"
601meta-wmeta2-1;3D = "/window left"
602meta-wmeta-b = "/window balance"
603meta-wmeta-s = "/window swap"
604meta-z = "/window zoom"
605ctrl-_ = "/input undo"
606
607[key_search]
608ctrl-I = "/input search_switch_where"
609ctrl-J = "/input search_stop_here"
610ctrl-M = "/input search_stop_here"
611ctrl-Q = "/input search_stop"
612ctrl-R = "/input search_switch_regex"
613meta2-A = "/input search_previous"
614meta2-B = "/input search_next"
615meta-c = "/input search_switch_case"
616
617[key_cursor]
618ctrl-J = "/cursor stop"
619ctrl-M = "/cursor stop"
620meta-meta2-A = "/cursor move area_up"
621meta-meta2-B = "/cursor move area_down"
622meta-meta2-C = "/cursor move area_right"
623meta-meta2-D = "/cursor move area_left"
624meta2-1;3A = "/cursor move area_up"
625meta2-1;3B = "/cursor move area_down"
626meta2-1;3C = "/cursor move area_right"
627meta2-1;3D = "/cursor move area_left"
628meta2-A = "/cursor move up"
629meta2-B = "/cursor move down"
630meta2-C = "/cursor move right"
631meta2-D = "/cursor move left"
632@item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
633@item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
634@item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}"
635@item(buffer_nicklist):q = "/window ${_window_number};/query ${nick};/cursor stop"
636@item(buffer_nicklist):w = "/window ${_window_number};/whois ${nick}"
637@chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop"
638@chat:m = "hsignal:chat_quote_message;/cursor stop"
639@chat:q = "hsignal:chat_quote_prefix_message;/cursor stop"
640
641[key_mouse]
642@item(buffer_nicklist)>item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse"
643@chat(*)>item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse"
644@bar(buffers):ctrl-wheeldown = "hsignal:buffers_mouse"
645@bar(buffers):ctrl-wheelup = "hsignal:buffers_mouse"
646@bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse"
647@bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse"
648@bar(input):button2 = "/input grab_mouse_area"
649@bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"
650@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
651@bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%"
652@bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b"
653@chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}"
654@chat(fset.fset):button2* = "hsignal:fset_mouse"
655@chat(fset.fset):wheeldown = "/fset -down 5"
656@chat(fset.fset):wheelup = "/fset -up 5"
657@chat(perl.iset):button1 = "hsignal:iset_mouse"
658@chat(perl.iset):button2* = "hsignal:iset_mouse"
659@chat(perl.iset):wheeldown = "/repeat 5 /iset **down"
660@chat(perl.iset):wheelup = "/repeat 5 /iset **up"
661@chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
662@chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
663@chat(script.scripts):wheeldown = "/script down 5"
664@chat(script.scripts):wheelup = "/script up 5"
665@item(buddylist):button1* = "hsignal:buddylist_mouse"
666@item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse"
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:ctrl-wheeldown = "/window scroll_horiz -window ${_window_number} +10%"
688@chat:ctrl-wheelup = "/window scroll_horiz -window ${_window_number} -10%"
689@chat:wheeldown = "/window scroll_down -window ${_window_number}"
690@chat:wheelup = "/window scroll_up -window ${_window_number}"
691@*:button3 = "/cursor go ${_x},${_y}"