diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-08-08 22:21:44 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 09:30:37 +0200 |
commit | b12dd9f9263f7c2cf2f91bc3f6f5549ee0165cb1 (patch) | |
tree | 4282bcf41ee7ecbaa96aaa4c03a438e5f00e97da /doc | |
parent | 16dbb9422120a2f229524f1cbee55f09e455b1d7 (diff) | |
download | aerc-b12dd9f9263f7c2cf2f91bc3f6f5549ee0165cb1.tar.gz |
mark: allow multiple visual selections
When entering visual selection mode, the current selection is deleted.
This patch extends the visual mode behavior to select multiple blocks of
messages.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 17e25c2a..b5edc320 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -412,6 +412,8 @@ message list, the message in the message viewer, etc). *-v*: Enter / leave visual mark mode + *-V*: Same as -v but does not clear existing selection + *unmark* [-at] Unmarks messages. The flags below can be combined as needed. |