diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-09 16:21:21 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-09 16:21:21 +0100 |
commit | 383bb02f0bf0a2618de6c196d4056affbfc896d7 (patch) | |
tree | 9134b4fc8cc0df84f7dd28a45e880fb712d87395 /doc/en | |
parent | f96c895a8dcc32f8f90a3a90fee55913e0b49312 (diff) | |
download | poezio-383bb02f0bf0a2618de6c196d4056affbfc896d7.tar.gz poezio-383bb02f0bf0a2618de6c196d4056affbfc896d7.tar.bz2 poezio-383bb02f0bf0a2618de6c196d4056affbfc896d7.tar.xz poezio-383bb02f0bf0a2618de6c196d4056affbfc896d7.zip |
Documentation for the new /set command
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/usage.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 6a261f1a..95c25427 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -220,13 +220,14 @@ These commands work in *any* tab. */bookmarks*:: Show the current bookmarks. -*/set <option> [value]*:: Set the value to the option in your configuration - file. You can, for example, change your default nickname by doing "/set - default_nick toto" or your resource with "/set resource blabla". You can also - set an empty value (nothing) by providing no [value] after <option>. - -*/set_plugin <plugin> <option> <value>*:: Set the value of the option in a - plugin configuration file. +*/set [plugin|][section] <option> <value>*:: Set the value to the option in your + configuration file. You can, for example, change your default nickname by + doing "/set default_nick toto" or your resource with "/set resource blabla". + Doing so will write in the main config file, and in the main section + ([Poezio]). But you can also write to another section, with "/set bindings + M-i ^i", to a plugin configuration with "/set mpd_client| host main" (notice + the *|*, it is mandatory to write in a plugin), or even to another section + in a plugin configuration "/set plugin|other_section option value". */theme [theme_name]*:: Reload the theme defined in the config file. If _theme_name_ is given, this command will act like /set theme theme_name then |