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