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