diff options
author | Jeffas <dev@jeffas.io> | 2019-07-26 09:32:59 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-26 14:36:59 -0400 |
commit | 6784ed37721d579dd8997e10badfea861ef9e10e (patch) | |
tree | 9dcd0ece1e46e5f48c1d62eb4e9f0930c43b7eaf | |
parent | 8635c70fda20b91f97c42f4e23e97bc01a14a89d (diff) | |
download | aerc-6784ed37721d579dd8997e10badfea861ef9e10e.tar.gz |
Add change-tab docs
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 44fb020..7989ad9 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -36,6 +36,9 @@ 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. + *exec* <command...> Executes an arbitrary command in the background. |