aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-28 10:49:44 +0200
committerRobin Jarry <robin@jarry.cc>2024-05-28 23:52:32 +0200
commit3a97f68a31320bf0bac0d2d703fdc140692861c3 (patch)
tree9fb4a3f3942a7a829abb361d510b74cdde6f6560 /config
parentc4e8ed53e7def302992a971ad6512fffec8161ad (diff)
downloadaerc-3a97f68a31320bf0bac0d2d703fdc140692861c3.tar.gz
binds: fix default d binding to actually ask a question
The previous version of the binding must be intended for some older version of those commands, because it just could not work with the current version of aerc. Signed-off-by: Matěj Cepl <mcepl@cepl.eu> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 33fc8454..32e52159 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -56,7 +56,7 @@ zt = :align top<Enter>
zb = :align bottom<Enter>
<Enter> = :view<Enter>
-d = :prompt 'Really delete this message?' 'delete-message'<Enter>
+d = :choose -o y 'Really delete this message' delete-message<Enter>
D = :delete<Enter>
a = :archive flat<Enter>
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>