aerc/doc
Tim Culverhouse 4753cfd3e3 visual-mode: deselect messages after performing command
In order to better align to vim functionality: deselect visual mode
selections after performing a command on the selection. This patch also
introduces a new command to allow for re-selecting (remarking) the
previous selection set so that commands can be chained together. The
deselection only applies to msg commands that *do not* move the message
from the store (those types of commands already deselect):
- read/unread
- flag/unflag
- modify-labels
- copy
- pipe

Previous usage to mark several messages as read and deselect all:
Vjjj:read<Enter>:unmark -a<Enter>

New usage, similar to vim:
Vjjj:read<Enter>

To chain a command together:
Vjjj:read<Enter>:remark<Enter>{next command}<Enter>

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-06-14 22:12:42 +02:00
..
aerc-config.5.scd msgviewer: parse and display authentication results 2022-06-09 09:42:23 +02:00
aerc-imap.5.scd feat: add background mail polling option for all workers 2022-05-31 14:32:51 +02:00
aerc-maildir.5.scd feat: add background mail polling option for all workers 2022-05-31 14:32:51 +02:00
aerc-notmuch.5.scd feat: add background mail polling option for all workers 2022-05-31 14:32:51 +02:00
aerc-search.1.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc-sendmail.5.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc-smtp.5.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc-stylesets.7.scd style: add style config options for dirlist_unread and dirlist_recent 2022-04-27 09:46:06 +02:00
aerc-templates.7.scd compose: allow setting all headers in templates 2022-02-03 09:55:20 +01:00
aerc-tutorial.7.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc.1.scd visual-mode: deselect messages after performing command 2022-06-14 22:12:42 +02:00