]>
Commit | Line | Data |
---|---|---|
1 | # | |
2 | # weechat -- iset.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 | [color] | |
13 | bg_selected = red | |
14 | help_default_value = green | |
15 | help_option_name = white | |
16 | help_text = default | |
17 | option = default | |
18 | option_selected = white | |
19 | type = brown | |
20 | type_selected = yellow | |
21 | value = cyan | |
22 | value_selected = lightcyan | |
23 | value_undef = green | |
24 | value_undef_selected = lightgreen | |
25 | ||
26 | [help] | |
27 | show_help_bar = on | |
28 | show_help_extra_info = on | |
29 | show_plugin_description = on | |
30 | ||
31 | [look] | |
32 | scroll_horiz = 10 | |
33 | show_current_line = on | |
34 | value_search_char = "=" |