summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-03-18 16:04:41 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-03-25 14:19:48 +0100
commitb77e0a2c6f0a07bf02c754bb79e9fa931195e728 (patch)
treea0c60480681a7155e6e5c2435bef418efce2487a /doc/en/weechat_user.en.adoc
parent7f69f88468ff0b4dd805122383e1de2e058605e9 (diff)
downloadweechat-b77e0a2c6f0a07bf02c754bb79e9fa931195e728.zip
doc: add buflist plugin in user's guide
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 0662420fa..0d4d7b835 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -190,6 +190,9 @@ List of commonly used options:
| ENABLE_ASPELL | `ON`, `OFF` | ON |
Compile <<aspell_plugin,Aspell plugin>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON |
+ Compile <<buflist_plugin,Buflist plugin>>.
+
| ENABLE_CHARSET | `ON`, `OFF` | ON |
Compile <<charset_plugin,Charset plugin>>.
@@ -519,6 +522,7 @@ The files in home directory are:
| plugins.conf | Plugins configuration file | Possible, depends on plugins/scripts.
| alias.conf | Configuration file for _alias_ plugin | Possible, depends on aliases.
| aspell.conf | Configuration file for _aspell_ plugin | No.
+| buflist.conf | Configuration file for _buflist_ plugin | No.
| charset.conf | Configuration file for _charset_ plugin | No.
| exec.conf | Configuration file for _exec_ plugin | No.
| irc.conf | Configuration file for _irc_ plugin | *Yes*: it can contain passwords for servers, nickserv and channels (if not stored in `sec.conf`).
@@ -1984,6 +1988,7 @@ Default plugins are:
| Plugin | Description
| alias | Define alias for commands.
| aspell | Spell checking for command line.
+| buflist | Bar item with list of buffers.
| charset | Charset decoding/encoding for buffers.
| exec | Execution of external commands in WeeChat.
| fifo | FIFO pipe used to remotely send commands to WeeChat.
@@ -2090,6 +2095,28 @@ Example of suggestions with English and French dictionaries (`en,fr`):
└─────────────────────────────────────────────────────────────────────────────────┘
....
+[[buflist_plugin]]
+=== Buflist plugin
+
+Buflist plugin displays a list of buffers in a bar item called "buflist". +
+A default bar "buflist" is created on startup with this item.
+
+[[buflist_options]]
+==== Options (buflist.conf)
+
+Sections:
+
+[width="100%",cols="3m,6m,16",options="header"]
+|===
+| Section | Control command | Description
+| format | /set buflist.format.* | Formats used to display list of buffers.
+| look | /set buflist.look.* | Look and feel.
+|===
+
+Options:
+
+include::autogen/user/buflist_options.adoc[]
+
[[charset_plugin]]
=== Charset plugin