diff options
author | inwit <inwit@sindominio.net> | 2023-10-29 23:45:56 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-11-02 11:59:39 +0100 |
commit | 4bd93fccbf18a855016bd26a3ec8cd9ca7cf5600 (patch) | |
tree | ab1041819a2e50d454111ca7859cfa7ec0700361 /config | |
parent | 9ce4af011c93e2816ce04012f6205b54e0ed1d51 (diff) | |
download | aerc-4bd93fccbf18a855016bd26a3ec8cd9ca7cf5600.tar.gz |
fold: add an option to toggle folding
Add a toggle option (-t) to :fold/:unfold commands to allow for
switching the folding status of a thread.
Changelog-Added: Toggle folding with `:fold -t`.
Signed-Off-By: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Tested-by: Jason Cox <me@jasoncarloscox.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index c0e28af9..a38795d5 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -44,6 +44,7 @@ V = :mark -v<Enter> T = :toggle-threads<Enter> zc = :fold<Enter> zo = :unfold<Enter> +<tab> = :fold -t<Enter> <Enter> = :view<Enter> d = :prompt 'Really delete this message?' 'delete-message'<Enter> |