Minor improvements to aerc-tutorial
This commit is contained in:
parent
f42724caf3
commit
062f00ebe9
|
@ -14,11 +14,8 @@ First, let's introduce some basic keybindings. For convention, we'll use *<C-p>*
|
||||||
to represent Ctrl+p, which matches the convention used for writing keybindings
|
to represent Ctrl+p, which matches the convention used for writing keybindings
|
||||||
for aerc.
|
for aerc.
|
||||||
|
|
||||||
*C-n*
|
*<C-p>*, *<C-n>*
|
||||||
Cycles to the next tab
|
Cycles to the previous or next tab
|
||||||
|
|
||||||
*C-p*
|
|
||||||
Cycles to the previous tab
|
|
||||||
|
|
||||||
Try using these now to switch between your message list and the tutorial. In
|
Try using these now to switch between your message list and the tutorial. In
|
||||||
your message list, we use vim-style keys to get around.
|
your message list, we use vim-style keys to get around.
|
||||||
|
@ -83,8 +80,8 @@ will).
|
||||||
|
|
||||||
Let's send an email to yourself. Note that the To and From headers only accept
|
Let's send an email to yourself. Note that the To and From headers only accept
|
||||||
RFC 5322 addresses, e.g. *John Doe <john@example.org>*, or simply
|
RFC 5322 addresses, e.g. *John Doe <john@example.org>*, or simply
|
||||||
*<john@example.org>*. Go ahead and fill out an email (to yourself, perhaps?),
|
*<john@example.org>*. Separate multiple recipients with commas. Go ahead and
|
||||||
then close the editor.
|
fill out an email (to yourself, perhaps?), then close the editor.
|
||||||
|
|
||||||
The message review screen is shown next. You have a chance now to revise the
|
The message review screen is shown next. You have a chance now to revise the
|
||||||
email before it's sent. Press *y* to send the email if it looks good.
|
email before it's sent. Press *y* to send the email if it looks good.
|
||||||
|
|
Loading…
Reference in New Issue