about summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-21 16:31:04 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-21 16:53:50 -0400
commit6811143925384ba1cfda8b3e1b338b0cfb9ac6e3 (patch)
tree584ce88b40ab87828d6adbfdb6bef7a5d3046600 /doc/aerc.1.scd
parent176245208d40a9ca2ec324be7863a22819de29bc (diff)
downloadaerc-6811143925384ba1cfda8b3e1b338b0cfb9ac6e3.tar.gz
New account wizard, part one
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index e96334d..459ec62 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -8,12 +8,13 @@ aerc - the world's best email client
 
 _aerc_
 
-Starts the interactive aerc mail client on /dev/tty.
+For a guided tutorial, use *:help tutorial*.
 
 # RUNTIME COMMANDS
 
-To execute a command, press : to summon the command interface. Commands may also
-be bound to keys, see *aerc-config*(5) for details.
+To execute a command, press ':' to bring up the command interface. Commands may
+also be bound to keys, see *aerc-config*(5) for details. In some contexts, such
+as the terminal emulator, ';' is used to bring up the command interface.
 
 Different commands work in different contexts, depending on the kind of tab you
 have selected.
kless/dwm/blame/event.c?h=musl&id=5ed16faecb94b551ea00ea940e8d719211576de8'>^
439e15d ^

dfd84f9 ^
439e15d ^


b9da4b0 ^





dfd84f9 ^
b9da4b0 ^






dfd84f9 ^
b9da4b0 ^








439e15d ^

439e15d ^

439e15d ^

439e15d ^
b9da4b0 ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
439e15d ^
a05beb6 ^
439e15d ^





7696c89 ^
439e15d ^




439e15d ^
439e15d ^




439e15d ^


26e134b ^

439e15d ^




439e15d ^





3399650 ^

dfd84f9 ^
439e15d ^
439e15d ^






dfd84f9 ^
439e15d ^
439e15d ^





83d2390 ^
439e15d ^

2a0fc84 ^
83d2390 ^

439e15d ^




439e15d ^

439e15d ^
439e15d ^




439e15d ^











0053620 ^

439e15d ^




439e15d ^





3399650 ^









a05beb6 ^
3399650 ^
a05beb6 ^
3399650 ^



896f08d ^



3399650 ^

439e15d ^




439e15d ^


0053620 ^

439e15d ^
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218