diff options
author | Aditya Srivastava <adityasri@ocf.berkeley.edu> | 2019-08-11 20:42:49 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-13 10:49:34 +0900 |
commit | f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0 (patch) | |
tree | 51749e0d818357854791dbfdd8428d6c29035873 /doc/aerc.1.scd | |
parent | 72204d1f24d4082acc750b73dcda6981edd21a38 (diff) | |
download | aerc-f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0.tar.gz |
add close command at global level
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 5f2f83b..c8c01a1 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -41,6 +41,10 @@ These commands work in any context. it's treated as an index. If + or - is specified, the number is interpreted as a delta from the selected tab. +*close* [tab name] + Closes current tab if no tab name provided, or tab with tab name if + argument is provided. Cannot close account tabs. + *exec* <command...> Executes an arbitrary command in the background. @@ -184,9 +188,6 @@ message list, the message in the message viewer, etc). ## MESSAGE VIEW COMMANDS -*close* - Closes the message viewer. - *next* <n>[%], *prev* <n>[%] Selects the next (or previous) message in the message list. If specified as a percentage, the percentage is applied to the number of messages shown on @@ -211,7 +212,7 @@ message list, the message in the message viewer, etc). ## MESSAGE COMPOSE COMMANDS *abort* - Close the composor without sending, discarding the message in progress. + Close the composor without sending, discarding the message in progress. *attach* <path> Attaches the file at the given path to the email. @@ -246,9 +247,6 @@ message list, the message in the message viewer, etc). ## TERMINAL COMMANDS -*close* - Closes the terminal. - # LOGGING Aerc does not log by default, but collecting log output can be useful for |