aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-19 00:38:11 +0200
committerRobin Jarry <robin@jarry.cc>2023-09-19 22:57:51 +0200
commit2216d893d16d49652692279efd5d24e9237ea112 (patch)
treef0d8a000e13e560838ee2b83b1e7974adf61d5a8
parent1acf2d591de71b70c92eda7b2ba2665b2d6c3e3f (diff)
downloadaerc-2216d893d16d49652692279efd5d24e9237ea112.tar.gz
aerc-2216d893d16d49652692279efd5d24e9237ea112.zip
docs: add :help and :new-account commands
These commands were not documented. Make them so. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
-rw-r--r--doc/aerc.1.scd11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index f5a3844e..87fea90b 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -77,6 +77,17 @@ forwards.
These commands work in any context.
+*:help* _<topic>_
+ Display one of aerc's man pages in the embedded terminal.
+
+*:help* *keys*
+ Display the active key bindings in the current context.
+
+*:new-account* [*-t*]
+ Start the new account wizard.
+
+ *-t*: Create a temporary account. Do not modify _accounts.conf_.
+
*:cd* _<directory>_
Changes aerc's current working directory.