diff options
author | mathieui <mathieui@mathieui.net> | 2012-09-26 02:23:03 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-09-26 02:23:03 +0200 |
commit | 8921fea38f3ede4ecea8da07245dc3417ebb7883 (patch) | |
tree | 12007ad975be3aa0171537c6c58d4ac6dab354de /doc/en | |
parent | 7ba3075516f2561addf5a840e61cc41481417407 (diff) | |
download | poezio-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/en')
-rw-r--r-- | doc/en/usage.txt | 6 |
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. |