Skip to content

Commit

Permalink
binds: fix default d binding to actually ask a question
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Robin Jarry <[email protected]>
  • Loading branch information
mcepl authored and rjarry committed May 28, 2024
1 parent c4e8ed5 commit 3a97f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3a97f68

Please sign in to comment.