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