Skip to content

Commit

Permalink
binds: add default annotated bindings for sign/encrypt
Browse files Browse the repository at this point in the history
Let's make it more visible that you can sign or encrypt messages on the
compose review screen.

Signed-off-by: Robin Jarry <[email protected]>
Tested-by: Inwit <[email protected]>
  • Loading branch information
rjarry committed Jan 23, 2025
1 parent 928e5ae commit 0f16603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ $ex = <C-x>
# Inline comments are used as descriptions on the review screen
y = :send<Enter> # Send
n = :abort<Enter> # Abort (discard message, no confirmation)
s = :sign<Enter> # Toggle signing of this message with your PGP key
x = :encrypt<Enter> # Toggle encryption of this message to all recipients
v = :preview<Enter> # Preview message
p = :postpone<Enter> # Postpone
q = :choose -o d discard abort -o p postpone postpone<Enter> # Abort or postpone
Expand Down

0 comments on commit 0f16603

Please sign in to comment.