about summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorJeffas <dev@jeffas.io>2019-07-26 22:41:13 +0100
committerDrew DeVault <sir@cmpwn.com>2019-07-27 12:40:28 -0400
commit989730d47000feb297b5fab4e273a9d9b13c5741 (patch)
tree061b5ef3a8d8d6521f4806fbb11e9d0f5ea4dc0c /doc/aerc.1.scd
parent0ee7d30187920751c6e79facbd87ebce86d62ec9 (diff)
downloadaerc-989730d47000feb297b5fab4e273a9d9b13c5741.tar.gz
Add index option to change-tab
This allows selection of a tab using its index. It attempts to parse the
given argument as a number, if it fails then it uses it as a name.

Also supports relative indexes using prefixed + or -.
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 206e9b1..c158422 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -36,8 +36,10 @@ These commands work in any context.
 *cd* <directory>
 	Changes aerc's current working directory.
 
-*change-tab* <tabname>
-	Changes the focus to the tab with the name.
+*change-tab* [+|-]<tab name or index>
+	Changes the focus to the tab with the given name. If a number is given,
+	it's treated as an index. If + or - is specified, the number is interpreted
+	as a delta from the selected tab.
 
 *exec* <command...>
 	Executes an arbitrary command in the background.