Revert "add close command at global level"
This reverts commit f0a0c5aa73.
This commit is contained in:
parent
f0a0c5aa73
commit
4fc6fee734
6 changed files with 100 additions and 72 deletions
doc
|
|
@ -41,10 +41,6 @@ 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.
|
||||
|
||||
|
|
@ -188,6 +184,9 @@ 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
|
||||
|
|
@ -212,7 +211,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.
|
||||
|
|
@ -247,6 +246,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue