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