diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-19 00:38:11 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 22:57:51 +0200 |
commit | 2216d893d16d49652692279efd5d24e9237ea112 (patch) | |
tree | f0d8a000e13e560838ee2b83b1e7974adf61d5a8 /doc | |
parent | 1acf2d591de71b70c92eda7b2ba2665b2d6c3e3f (diff) | |
download | aerc-2216d893d16d49652692279efd5d24e9237ea112.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 11 |
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. |