summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-12 02:59:49 +0200
committermathieui <mathieui@mathieui.net>2014-04-12 02:59:49 +0200
commit165ee9ee1a00fc3eb4ddd606e023c6653ab8c686 (patch)
tree3e74607b40139679e5546ebcec0fb09838e4e60d /doc/source/commands.rst
parentf58dfe26af22495be56400dd91983bc46955c1bf (diff)
downloadpoezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.gz
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.bz2
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.xz
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.zip
Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r--doc/source/commands.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 746fbafb..7a6346c5 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -141,12 +141,14 @@ These commands work in *any* tab.
/move_tab
**Usage:** ``/move_tab <source> <destination>``
- Move tab <source> to <destination>. If
- the create_gaps option is true, then it will leave a gap at the <source>
- position, leading to usual behaviour. If create_gaps is not enabled, then the
- tabs will number from 0 to your actual tab number, without gaps (which means
+ Move tab <source> to <destination>. If the :term:`create_gaps` option
+ is true, then it will leave a gap at the <source> position, leading
+ to usual behaviour. If create_gaps is not enabled, then the tabs will
+ number from 0 to your actual tab number, without gaps (which means
their number will change if you close a tab on the left of the list).
+ A value of ``.`` for a parameter means the current tab.
+
/theme
**Usage:** ``/theme [theme_name]``