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