diff options
author | Jeffas <dev@jeffas.io> | 2020-03-02 19:54:42 +0000 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-03-03 20:08:29 +0100 |
commit | 68f179021d304d6edf939ecf5fc7d0d073b16152 (patch) | |
tree | 0ba86642579bfc7fa87ce38473ce234208277336 /doc/aerc.1.scd | |
parent | 2e381fa42d64442262335101fe3b7bf76ab50b92 (diff) | |
download | aerc-68f179021d304d6edf939ecf5fc7d0d073b16152.tar.gz |
Add move-tab command
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 38c0bd4..0294784 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -63,6 +63,10 @@ These commands work in any context. Opens a new terminal tab with a shell running in the current working directory, or the specified command. +*move-tab* [+|-]<index> + Moves the selected tab to the given index. If + or - is specified, the + number is interpreted as a delta from the selected tab. + *prev-tab* [n], *next-tab* [n] Cycles to the previous or next tab in the list, repeating n times (default: 1). |