diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-26 14:27:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-26 14:27:02 +0200 |
commit | 4172a79117606ffaf23feba6dc38ced3fa759ea5 (patch) | |
tree | 7f417c57a53eb9b366d903175e5122ac742492a8 /doc | |
parent | 1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89 (diff) | |
download | poezio-4172a79117606ffaf23feba6dc38ced3fa759ea5.tar.gz poezio-4172a79117606ffaf23feba6dc38ced3fa759ea5.tar.bz2 poezio-4172a79117606ffaf23feba6dc38ced3fa759ea5.tar.xz poezio-4172a79117606ffaf23feba6dc38ced3fa759ea5.zip |
Fix #2514 (add a /toggle command)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index b7b00d46..fc3aefa4 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -146,6 +146,11 @@ These commands work in *any* tab. just set the option to true if it’s currently false, and to false if it’s currently true. + /toggle + **Usage:** ``/toggle <option>`` + + Toggle an option, shortcut for :term:`/set` <option> toggle. + /move_tab **Usage:** ``/move_tab <source> <destination>`` |