summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-09-26 02:23:03 +0200
committermathieui <mathieui@mathieui.net>2012-09-26 02:23:03 +0200
commit8921fea38f3ede4ecea8da07245dc3417ebb7883 (patch)
tree12007ad975be3aa0171537c6c58d4ac6dab354de /doc
parent7ba3075516f2561addf5a840e61cc41481417407 (diff)
downloadpoezio-8921fea38f3ede4ecea8da07245dc3417ebb7883.tar.gz
poezio-8921fea38f3ede4ecea8da07245dc3417ebb7883.tar.bz2
poezio-8921fea38f3ede4ecea8da07245dc3417ebb7883.tar.xz
poezio-8921fea38f3ede4ecea8da07245dc3417ebb7883.zip
Add (still incomplete) documentation on /move_tab
Diffstat (limited to 'doc')
-rw-r--r--doc/en/usage.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt
index f870ba2a..1807236a 100644
--- a/doc/en/usage.txt
+++ b/doc/en/usage.txt
@@ -285,6 +285,12 @@ These commands work in *any* tab.
the *|*, it is mandatory to write in a plugin), or even to another section
in a plugin configuration "/set plugin|other_section option value".
+*/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
+their number will change if you close a tab on the left of the list).
+
*/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
/theme.