1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

Merge remote-tracking branch 'origin/pr/1339'

This commit is contained in:
Sébastien Helleu
2019-04-17 07:32:03 +02:00
+8 -8
View File
@@ -34,16 +34,22 @@ To get help on a specific command, issue:
/help command
----
To set options, issue:
Help is available for options as well:
----
/set config.section.option value
/help config.section.option
----
(where `config` is configuration name (`weechat` for core, or a plugin
name), `section` the section of this configuration and `option` the
option name).
To set options, issue:
----
/set config.section.option value
----
WeeChat immediately uses the new value (you *never* need to restart WeeChat
after changes to configuration).
@@ -58,12 +64,6 @@ that were not yet saved with `/save`). +
You can use the command `/set`, which checks the value and applies immediately
the changes.
Help is available for options:
----
/help config.section.option
----
The plugin _fset_ allows you to easily browse options and change them.
For example to display WeeChat options: