diff options
author | Nojus Gudinavičius <nojus.gudinavicius@gmail.com> | 2023-10-22 19:54:48 +0300 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-10-24 22:55:40 +0200 |
commit | 4ceafd0b7b71bd934a0f15c1139ed74d0a518b70 (patch) | |
tree | 69a90cf7bff1b6b6c2db9f45ace3a66e0d8916ef /doc/aerc.1.scd | |
parent | cbc43e891a8e7ada2c95bd4a2a161facb5156516 (diff) | |
download | aerc-4ceafd0b7b71bd934a0f15c1139ed74d0a518b70.tar.gz |
commands: add :suspend
Add :suspend to suspend the aerc process, returning to shell. Include
documentation and default Ctrl-z keybinding for it.
Changelog-added: New `:suspend` command bound to `<C-z>` by default.
Signed-off-by: Nojus Gudinavičius <nojus.gudinavicius@gmail.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-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 a48735d7..8443302c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -167,6 +167,9 @@ These commands work in any context. *:choose* *-o* _<key>_ _<text>_ _<command>_ [*-o* _<key>_ _<text>_ _<command>_]... Prompts the user to choose from various options. +*:suspend* + Suspends the aerc process. Some ongoing connections may be terminated. + *:quit* [*-f*]++ *:exit* [*-f*] Exits aerc. If a task is being performed that should not be interrupted |