aboutsummaryrefslogtreecommitdiffstats
path: root/config/binds.conf
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-10-23 21:27:10 +0200
committerRobin Jarry <robin@jarry.cc>2022-11-09 21:15:22 +0100
commit20554d8460e96a408cfd779e1158dec78b639028 (patch)
tree2bd6f5f4b1e7d4205a4df1d56f7223e6f5bcd13a /config/binds.conf
parentf479ae8c6e550dade0f183da9d3d7760f406d806 (diff)
downloadaerc-20554d8460e96a408cfd779e1158dec78b639028.tar.gz
composer: add message preview
Add message preview to the composer. Add preview option to the review window. Open the message in a message viewer before sending to check the headers and attachments. Implements: https://todo.sr.ht/~rjarry/aerc/86 Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/binds.conf')
-rw-r--r--config/binds.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 9e23ab91..ff067e56 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -113,6 +113,7 @@ $ex = <C-x>
# Keybindings used when reviewing a message to be sent
y = :send<Enter>
n = :abort<Enter>
+v = :preview<Enter>
p = :postpone<Enter>
q = :choose -o d discard abort -o p postpone postpone<Enter>
e = :edit<Enter>