summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/aerc-tutorial.7.scd11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd
index 793e025..27dcb68 100644
--- a/doc/aerc-tutorial.7.scd
+++ b/doc/aerc-tutorial.7.scd
@@ -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
 for aerc.
 
-*C-n*
-	Cycles to the next tab
-
-*C-p*
-	Cycles to the previous tab
+*<C-p>*, *<C-n>*
+	Cycles to the previous or next tab
 
 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.
@@ -83,8 +80,8 @@ will).
 
 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
-*<john@example.org>*. Go ahead and fill out an email (to yourself, perhaps?),
-then close the editor.
+*<john@example.org>*. Separate multiple recipients with commas. Go ahead and
+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
 email before it's sent. Press *y* to send the email if it looks good.
itle='author Drew DeVault <sir@cmpwn.com> 2019-01-13 20:02:21 -0500 committer Drew DeVault <sir@cmpwn.com> 2019-01-13 20:02:21 -0500 Add loading spinner' href='/akspecs/aerc/commit/widgets/directories.go?h=0.1.0&id=a782b709d1312bfe80dda7c864de96ba1c854bc2'>a782b70 ^
2349b7d ^

cf66462 ^
257affc ^
2349b7d ^




257affc ^
2349b7d ^
257affc ^

a782b70 ^
257affc ^
cf66462 ^


2349b7d ^



cf66462 ^
62946ff ^





9e3b602 ^
62946ff ^



cf66462 ^


62946ff ^



2349b7d ^
5685a17 ^
2349b7d ^


24196d2 ^
a782b70 ^





257affc ^




cf66462 ^
257affc ^





cf66462 ^

84965d6 ^
cf66462 ^


257affc ^

2349b7d ^
b60999c ^




































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149