diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-30 17:33:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-30 17:33:50 +0200 |
commit | 5691518e913d0096b5b9aef8e477dc9aed94fe01 (patch) | |
tree | f2e98e04c489cf89aaf53c75524bb37a1be7c9c3 /doc/en/weechat_user.en.adoc | |
parent | 2b3fb620651bd0ba302ea7ae7e2b4c03673d19a7 (diff) | |
download | weechat-5691518e913d0096b5b9aef8e477dc9aed94fe01.zip |
doc/user: add section "buffer" in chapter on WeeChat options (issue #352)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 6abbe6d4d..06e42efb5 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -3195,30 +3195,31 @@ Sections in file _weechat.conf_: [width="100%",cols="3m,6m,16",options="header"] |=== -| Section | Control command | Description -| debug | <<command_weechat_debug,/debug set>> + - /set weechat.debug.* | Debug level, for core and plugins (options can be added/removed in section). -| startup | /set weechat.startup.* | Startup options. -| look | /set weechat.look.* | Look and feel. -| palette | <<command_weechat_color,/color alias>> + - /set weechat.palette.* | Color aliases (options can be added/removed in section). -| color | /set weechat.color.* | Colors. -| completion | /set weechat.completion.* | Completion options. -| history | /set weechat.history.* | History options (commands and buffers). -| proxy | <<command_weechat_proxy,/proxy>> + - /set weechat.proxy.* | Proxy options. -| network | /set weechat.network.* | Network/TLS options. -| plugin | /set weechat.plugin.* | Options on plugins. -| signal | /set weechat.signal.* | Options on signals. -| bar | <<command_weechat_bar,/bar>> + - /set weechat.bar.* | Bar options. -| layout | <<command_weechat_layout,/layout>> | Layouts. -| notify | <<command_weechat_buffer,/buffer notify>> | Notify levels for buffers (options can be added/removed in section). -| filter | <<command_weechat_filter,/filter>> | Filters. -| key | <<command_weechat_key,/key>> | Keys in default context. -| key_search | <<command_weechat_key,/key>> | Keys in search context. -| key_cursor | <<command_weechat_key,/key>> | Keys in cursor context. -| key_mouse | <<command_weechat_key,/key>> | Keys in mouse context. +| Section | Control command | Description +| debug | <<command_weechat_debug,/debug set>> + + /set weechat.debug.* | Debug level, for core and plugins (options can be added/removed in section). +| startup | /set weechat.startup.* | Startup options. +| look | /set weechat.look.* | Look and feel. +| palette | <<command_weechat_color,/color alias>> + + /set weechat.palette.* | Color aliases (options can be added/removed in section). +| color | /set weechat.color.* | Colors. +| completion | /set weechat.completion.* | Completion options. +| history | /set weechat.history.* | History options (commands and buffers). +| proxy | <<command_weechat_proxy,/proxy>> + + /set weechat.proxy.* | Proxy options. +| network | /set weechat.network.* | Network/TLS options. +| plugin | /set weechat.plugin.* | Options on plugins. +| signal | /set weechat.signal.* | Options on signals. +| bar | <<command_weechat_bar,/bar>> + + /set weechat.bar.* | Bar options. +| layout | <<command_weechat_layout,/layout>> | Layouts. +| buffer | <<command_weechat_buffer,/buffer setauto>> | Properties auto-applied on buffers when they are opened. +| notify | <<command_weechat_buffer,/buffer notify>> | Notify levels for buffers (options can be added/removed in section). +| filter | <<command_weechat_filter,/filter>> | Filters. +| key | <<command_weechat_key,/key>> | Keys in default context. +| key_search | <<command_weechat_key,/key>> | Keys in search context. +| key_cursor | <<command_weechat_key,/key>> | Keys in cursor context. +| key_mouse | <<command_weechat_key,/key>> | Keys in mouse context. |=== Options: |