aerc: Split edit in compose view to edit headers by default
This commit is contained in:
parent
7fa4b06eea
commit
36f6e0b30f
1 changed files with 2 additions and 1 deletions
|
|
@ -209,7 +209,8 @@ x = :encrypt<Enter> # Toggle encryption 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
|
||||
e = :edit<Enter> # Edit (body and headers)
|
||||
e = :edit -e<Enter> # Edit, headers in-message
|
||||
E = :edit -E<Enter> # Edit, body and headers separate
|
||||
a = :attach -m<Enter> # Add attachment
|
||||
d = :detach<space> # Remove attachment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue