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