Blame


1 4702c8ff 2021-01-02 op .\" Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>
2 bba111bc 2021-03-28 op .\"
3 bba111bc 2021-03-28 op .\" Permission to use, copy, modify, and distribute this software for any
4 bba111bc 2021-03-28 op .\" purpose with or without fee is hereby granted, provided that the above
5 bba111bc 2021-03-28 op .\" copyright notice and this permission notice appear in all copies.
6 bba111bc 2021-03-28 op .\"
7 bba111bc 2021-03-28 op .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 bba111bc 2021-03-28 op .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 bba111bc 2021-03-28 op .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 bba111bc 2021-03-28 op .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 bba111bc 2021-03-28 op .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 bba111bc 2021-03-28 op .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 bba111bc 2021-03-28 op .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 d2b2612b 2022-01-05 op .Dd $Mdocdate: January 05 2022$
15 bba111bc 2021-03-28 op .Dt TELESCOPE 1
16 bba111bc 2021-03-28 op .Os
17 bba111bc 2021-03-28 op .Sh NAME
18 bba111bc 2021-03-28 op .Nm telescope
19 a19dd818 2021-08-03 op .Nd multi-protocol browser
20 bba111bc 2021-03-28 op .Sh SYNOPSIS
21 bba111bc 2021-03-28 op .Nm
22 bba111bc 2021-03-28 op .Bk -words
23 d0971653 2021-09-15 op .Op Fl ChnSv
24 dee3a166 2021-11-29 op .Op Fl c Ar config
25 bba111bc 2021-03-28 op .Op Ar URL
26 bba111bc 2021-03-28 op .Ek
27 bba111bc 2021-03-28 op .Sh DESCRIPTION
28 bba111bc 2021-03-28 op .Nm
29 a19dd818 2021-08-03 op is an interactive browser that supports the Finger, Gemini and Gopher
30 a19dd818 2021-08-03 op protocols.
31 bba111bc 2021-03-28 op .Nm
32 a19dd818 2021-08-03 op features tabs, a minibuffer, interactive completions, bookmarks and
33 a19dd818 2021-08-03 op out-of-band TOFU verification.
34 c92e529c 2021-06-15 op .Pp
35 c92e529c 2021-06-15 op The arguments are as follows:
36 dc761924 2021-07-15 op .Bl -tag -width xxxxxxxxxxxxx
37 a599eaa6 2021-01-02 op .It Fl C , Fl -colours
38 97870a34 2021-07-15 op Show all available colors and exit.
39 a599eaa6 2021-01-02 op This option can also be spelled
40 a599eaa6 2021-01-02 op .Fl -colors .
41 dee3a166 2021-11-29 op .It Fl c Ar config
42 c92e529c 2021-06-15 op Specify an alternative configuration file.
43 c92e529c 2021-06-15 op By default
44 dee3a166 2021-11-29 op .Pa ~/.config/telescope/config
45 c92e529c 2021-06-15 op is loaded.
46 ccc5591f 2021-07-15 op .It Fl h , Fl -help
47 d18cfb58 2022-01-06 op Display version, usage and exit.
48 ccc5591f 2021-07-15 op .It Fl n
49 ccc5591f 2021-07-15 op Configtest mode.
50 ccc5591f 2021-07-15 op Only check the configuration file for validity.
51 d0971653 2021-09-15 op .It Fl S , Fl -safe
52 d0971653 2021-09-15 op .Dq Safe
53 d0971653 2021-09-15 op .Pq or Dq sandbox
54 d0971653 2021-09-15 op mode.
55 d0971653 2021-09-15 op Prevent
56 d0971653 2021-09-15 op .Nm
57 d34a1873 2021-09-15 op from writing files to the disk and to acquire the lock, allowing to
58 d34a1873 2021-09-15 op run multiple instances at the same time.
59 d34a1873 2021-09-15 op .Nm
60 d34a1873 2021-09-15 op still loads the session file and the custom about pages.
61 dc761924 2021-07-15 op .It Fl v , Fl -version
62 d18cfb58 2022-01-06 op Display version and exit.
63 c92e529c 2021-06-15 op .El
64 7ee780fa 2021-07-21 op .Sh UI CONCEPTS
65 7ee780fa 2021-07-21 op .Nm
66 7ee780fa 2021-07-21 op interface is divided into four areas: the tabline, the body, the
67 7ee780fa 2021-07-21 op modeline and the echoarea/minibuffer.
68 7ee780fa 2021-07-21 op .Pp
69 7ee780fa 2021-07-21 op The tabline is always at the top of the screen and displays the tabs
70 7ee780fa 2021-07-21 op separated by a vertical line.
71 7ee780fa 2021-07-21 op When there are more tabs than the size of the window allow to display,
72 7ee780fa 2021-07-21 op the characters
73 7ee780fa 2021-07-21 op .Sq \&<
74 7ee780fa 2021-07-21 op or
75 7ee780fa 2021-07-21 op .Sq \&>
76 7ee780fa 2021-07-21 op are shown at the start/end of the tabline to indicate that there are
77 7ee780fa 2021-07-21 op more tabs in that direction.
78 7ee780fa 2021-07-21 op .Pp
79 7ee780fa 2021-07-21 op The body occupies the majority of the visible area.
80 7ee780fa 2021-07-21 op It contains the current page and optionally a side window.
81 7ee780fa 2021-07-21 op .Pp
82 7ee780fa 2021-07-21 op The modeline is the second to last row of the screen.
83 7ee780fa 2021-07-21 op It shows some information about the page: a spinner when the page is
84 7ee780fa 2021-07-21 op loading, the trust level, the document type, the scroll offset and the
85 7ee780fa 2021-07-21 op URL.
86 7ee780fa 2021-07-21 op .Pp
87 7ee780fa 2021-07-21 op The echoarea is usually the last line of the screen.
88 7ee780fa 2021-07-21 op Messages are often showed there, and link addresses too.
89 7ee780fa 2021-07-21 op The echoarea is also used to obtain input from the user.
90 7ee780fa 2021-07-21 op When commands like
91 7ee780fa 2021-07-21 op .Ic swiper
92 7ee780fa 2021-07-21 op or
93 7ee780fa 2021-07-21 op .Ic link-select
94 9eb0c887 2021-08-03 op are invoked, the minibuffer area grows to show possible completions.
95 bba111bc 2021-03-28 op .Sh TOFU
96 bba111bc 2021-03-28 op .Nm
97 7ee780fa 2021-07-21 op aims to use the
98 7ee780fa 2021-07-21 op .Dq Trust, but Verify Pq where appropriate
99 7ee780fa 2021-07-21 op approach for
100 7ee780fa 2021-07-21 op TOFU
101 7ee780fa 2021-07-21 op .Pq Dq Trust On First Use .
102 bba111bc 2021-03-28 op The idea is to define three level of verification for a certificate:
103 bba111bc 2021-03-28 op .Bl -tag -width 12m
104 bba111bc 2021-03-28 op .It untrusted
105 7ee780fa 2021-07-21 op .Pq Sq \&!
106 7ee780fa 2021-07-21 op the server fingerprint does NOT match the stored value.
107 bba111bc 2021-03-28 op .It trusted
108 7ee780fa 2021-07-21 op .Pq Sq v
109 7ee780fa 2021-07-21 op the server fingerprint matches the store one.
110 bba111bc 2021-03-28 op .It verified
111 7ee780fa 2021-07-21 op .Pq Sq V
112 7ee780fa 2021-07-21 op the fingerprint matches and has been verified out-of-band.
113 bba111bc 2021-03-28 op .El
114 bba111bc 2021-03-28 op .Pp
115 7ee780fa 2021-07-21 op The trust level of the page is indicated in the modeline with the
116 7ee780fa 2021-07-21 op indicated character.
117 7ee780fa 2021-07-21 op .Pp
118 bba111bc 2021-03-28 op Most of the time the
119 bba111bc 2021-03-28 op .Dq trusted
120 bba111bc 2021-03-28 op level is enough, but where is appropriate users should be able to
121 bba111bc 2021-03-28 op verify out-of-band the certificate.
122 bba111bc 2021-03-28 op .Pp
123 bba111bc 2021-03-28 op At the moment, there is no built-in support for an out-of-band
124 bba111bc 2021-03-28 op verification though.
125 f1279523 2021-08-13 op .Sh SUPPORTED PROTOCOLS
126 f1279523 2021-08-13 op The following protocols are supported:
127 f1279523 2021-08-13 op .Bl -tag -width gemini://
128 f1279523 2021-08-13 op .It about:
129 f1279523 2021-08-13 op About pages are
130 4a52e6fe 2021-08-03 op .Nm
131 f1279523 2021-08-13 op internal page.
132 f1279523 2021-08-13 op See about:about for a list of all these pages.
133 f1279523 2021-08-13 op .It file://
134 f1279523 2021-08-13 op File types know to
135 f1279523 2021-08-13 op .Nm ,
136 f1279523 2021-08-13 op such as .gmi, .gemini, .txt, .md, .markdown, .diff or .patch, can be
137 f1279523 2021-08-13 op viewed inside the application.
138 f1279523 2021-08-13 op Types of local files are detected solely based on the file extension.
139 f1279523 2021-08-13 op On some systems, such as
140 f1279523 2021-08-13 op .Ox ,
141 f1279523 2021-08-13 op only files inside special directories
142 f1279523 2021-08-13 op .Pq like Pa /tmp No or Pa ~/Downloads
143 f1279523 2021-08-13 op are available.
144 f1279523 2021-08-13 op .It finger://
145 f1279523 2021-08-13 op Finger URLs are interpreted as follows:
146 4a52e6fe 2021-08-03 op .Bl -bullet -compact
147 4a52e6fe 2021-08-03 op .It
148 4a52e6fe 2021-08-03 op the host is determined by the host name portion of the URL
149 4a52e6fe 2021-08-03 op .It
150 4a52e6fe 2021-08-03 op if the user portion of the URL is provided, it's interpreted as the
151 4a52e6fe 2021-08-03 op user to finger, otherwise the path component will be used
152 4a52e6fe 2021-08-03 op .El
153 4a52e6fe 2021-08-03 op thus
154 4a52e6fe 2021-08-03 op .Lk finger://user@hostname
155 4a52e6fe 2021-08-03 op and
156 4a52e6fe 2021-08-03 op .Lk finger://hostname/user
157 f1279523 2021-08-13 op are treated as the same URL.
158 f1279523 2021-08-13 op .It gemini://
159 f1279523 2021-08-13 op Gemini is fully supported, with the exception of client-certificates.
160 f1279523 2021-08-13 op .It gopher://
161 4a52e6fe 2021-08-03 op Gopher support is limited to items type 0, 1 and 7.
162 4a52e6fe 2021-08-03 op All text is assumed to be encoded in UTF-8 (or ASCII).
163 f1279523 2021-08-13 op .El
164 eb6e7b8a 2021-08-16 op .Pp
165 eb6e7b8a 2021-08-16 op User-entered URLs, given as argument on the command line or entered
166 eb6e7b8a 2021-08-16 op with
167 eb6e7b8a 2021-08-16 op .Ic load-url ,
168 eb6e7b8a 2021-08-16 op are intepreted with a simple heuristic:
169 eb6e7b8a 2021-08-16 op .Bl -bullet -compact
170 eb6e7b8a 2021-08-16 op .It
171 eb6e7b8a 2021-08-16 op if it's a proper absolute URL then use it as-is,
172 eb6e7b8a 2021-08-16 op .It
173 eb6e7b8a 2021-08-16 op if it starts with
174 eb6e7b8a 2021-08-16 op .Dq ./
175 eb6e7b8a 2021-08-16 op or
176 eb6e7b8a 2021-08-16 op .Dq /
177 eb6e7b8a 2021-08-16 op assume it's a file:// URL,
178 eb6e7b8a 2021-08-16 op .It
179 eb6e7b8a 2021-08-16 op otherwise assume it's a Gemini URL.
180 a74a9f2c 2021-10-08 op .El
181 a74a9f2c 2021-10-08 op .Sh CONFIGURATION FILE
182 a74a9f2c 2021-10-08 op During the startup,
183 a74a9f2c 2021-10-08 op .Nm
184 a74a9f2c 2021-10-08 op reads the configuration file at
185 a74a9f2c 2021-10-08 op .Pa ~/.config/telescope/config
186 a74a9f2c 2021-10-08 op or
187 a74a9f2c 2021-10-08 op .Pa ~/.telescope/config .
188 a74a9f2c 2021-10-08 op .Pp
189 a74a9f2c 2021-10-08 op It's possible to load a custom configuration file using the
190 a74a9f2c 2021-10-08 op .Fl c
191 a74a9f2c 2021-10-08 op flag.
192 a74a9f2c 2021-10-08 op .Pp
193 a74a9f2c 2021-10-08 op .Nm
194 a74a9f2c 2021-10-08 op will also load a file called
195 a74a9f2c 2021-10-08 op .Pa config-TERM ,
196 a74a9f2c 2021-10-08 op where
197 a74a9f2c 2021-10-08 op .Dq TERM
198 a74a9f2c 2021-10-08 op is the name of the terminal type
199 a74a9f2c 2021-10-08 op .Pq i.e. the TERM environment variable ,
200 a74a9f2c 2021-10-08 op if it exists.
201 a74a9f2c 2021-10-08 op .Pp
202 a74a9f2c 2021-10-08 op The format of the configuration file is fairly flexible.
203 a74a9f2c 2021-10-08 op The current line can be extended over multiple ones using a
204 a74a9f2c 2021-10-08 op backslash
205 a74a9f2c 2021-10-08 op .Pq Sq \e .
206 a74a9f2c 2021-10-08 op Comments can be put anywhere in the file using a hash mark
207 a74a9f2c 2021-10-08 op .Pq Sq # ,
208 a74a9f2c 2021-10-08 op and extend to the end of the current line, but backslashes can't be
209 a74a9f2c 2021-10-08 op used to extend comments over multiple lines.
210 a74a9f2c 2021-10-08 op .Pp
211 a74a9f2c 2021-10-08 op The following constructs are available:
212 a74a9f2c 2021-10-08 op .Bl -tag -width Ds
213 a74a9f2c 2021-10-08 op .It Ic bind Ar map Ar key Ar cmd
214 a74a9f2c 2021-10-08 op Bind
215 a74a9f2c 2021-10-08 op .Ar key
216 a74a9f2c 2021-10-08 op to the function
217 a74a9f2c 2021-10-08 op .Ar cmd
218 a74a9f2c 2021-10-08 op in the keymap
219 a74a9f2c 2021-10-08 op .Ar map .
220 a74a9f2c 2021-10-08 op Valid values for map are
221 a74a9f2c 2021-10-08 op .Dq global-map
222 a74a9f2c 2021-10-08 op .Pq i.e. when the user is viewing a page
223 a74a9f2c 2021-10-08 op and
224 a74a9f2c 2021-10-08 op .Dq minibuffer-map
225 a74a9f2c 2021-10-08 op .Pq i.e. when the minibuffer has the focus.
226 a74a9f2c 2021-10-08 op .Ar key
227 a74a9f2c 2021-10-08 op follows the same syntax described in
228 a74a9f2c 2021-10-08 op .Sx DEFAULT KEY BINDINGS
229 a74a9f2c 2021-10-08 op and all the possible functions are listed in
230 a74a9f2c 2021-10-08 op .Sx INTERACTIVE COMMANDS .
231 a74a9f2c 2021-10-08 op .It Ic proxy Ar proto Ic via Ar url
232 a74a9f2c 2021-10-08 op Use
233 a74a9f2c 2021-10-08 op .Ar url
234 a74a9f2c 2021-10-08 op as proxy for all URLs with
235 a74a9f2c 2021-10-08 op protocol
236 a74a9f2c 2021-10-08 op .Ar proto .
237 a74a9f2c 2021-10-08 op .Ar url
238 a74a9f2c 2021-10-08 op must be a Gemini URI without path, query and fragment component.
239 a74a9f2c 2021-10-08 op .It Ic set Ar opt No = Ar val
240 a74a9f2c 2021-10-08 op Set the option
241 a74a9f2c 2021-10-08 op .Ar opt
242 a74a9f2c 2021-10-08 op to the value
243 a74a9f2c 2021-10-08 op .Ar val .
244 a74a9f2c 2021-10-08 op Valid options are:
245 a74a9f2c 2021-10-08 op .Pp
246 a74a9f2c 2021-10-08 op .Bl -tag -width twelveletters -compact
247 a74a9f2c 2021-10-08 op .It autosave
248 a74a9f2c 2021-10-08 op .Pq integer
249 a74a9f2c 2021-10-08 op If greater than zero, save the session after the specified amount of
250 a74a9f2c 2021-10-08 op seconds after some events happens
251 a74a9f2c 2021-10-08 op .Pq new or closed tabs, visited a link ...
252 a74a9f2c 2021-10-08 op Defaults to 20.
253 a74a9f2c 2021-10-08 op .It dont-wrap-pre
254 a74a9f2c 2021-10-08 op .Pq integer
255 a74a9f2c 2021-10-08 op If nonzero, don't wrap preformatted blocks.
256 a74a9f2c 2021-10-08 op Defaults to 0.
257 a74a9f2c 2021-10-08 op .It download-path
258 a74a9f2c 2021-10-08 op .Pq string
259 a74a9f2c 2021-10-08 op The default download path.
260 a74a9f2c 2021-10-08 op Defaults to
261 a74a9f2c 2021-10-08 op .Pa /tmp .
262 a74a9f2c 2021-10-08 op .It emojify-link
263 a74a9f2c 2021-10-08 op .Pq integer
264 a74a9f2c 2021-10-08 op If nonzero, when the text of a link starts with an emoji followed by a
265 a74a9f2c 2021-10-08 op space, use that emoji as line prefix.
266 a74a9f2c 2021-10-08 op Defaults to 1.
267 a74a9f2c 2021-10-08 op .It enable-colors
268 a74a9f2c 2021-10-08 op .Pq integer
269 a74a9f2c 2021-10-08 op If nonzero, enable colours.
270 a74a9f2c 2021-10-08 op Defaults to 0 if
271 a74a9f2c 2021-10-08 op .Ev NO_COLORS
272 a74a9f2c 2021-10-08 op is set, 1 otherwise.
273 a74a9f2c 2021-10-08 op .It fill-column
274 a74a9f2c 2021-10-08 op .Pq integer
275 a74a9f2c 2021-10-08 op If greater than zero, lines of text will be formatted in a way that
276 a74a9f2c 2021-10-08 op don't exceed the given number of columns.
277 a74a9f2c 2021-10-08 op Defaults to 80.
278 a74a9f2c 2021-10-08 op .It hide-pre-blocks
279 a74a9f2c 2021-10-08 op .Pq integer
280 a74a9f2c 2021-10-08 op If nonzero, hide by default the body of the preformatted blocks.
281 a74a9f2c 2021-10-08 op Defaults to zero.
282 a74a9f2c 2021-10-08 op .Ic push-button
283 a74a9f2c 2021-10-08 op can be used to toggle the visibility per-block.
284 a74a9f2c 2021-10-08 op .It hide-pre-closing-line
285 a74a9f2c 2021-10-08 op .Pq integer
286 a74a9f2c 2021-10-08 op If nonzero, hide the closing line of preformatted blocks.
287 a74a9f2c 2021-10-08 op Defaults to 0.
288 a74a9f2c 2021-10-08 op .It hide-pre-context
289 a74a9f2c 2021-10-08 op .Pq integer
290 a74a9f2c 2021-10-08 op If nonzero, hide the start and end line of the preformatted blocks.
291 a74a9f2c 2021-10-08 op If both hide-pre-context and hide-pre-blocks are nonzero, preformatted
292 a74a9f2c 2021-10-08 op blocks are irremediably hidden.
293 a74a9f2c 2021-10-08 op Defaults to zero.
294 a74a9f2c 2021-10-08 op .It new-tab-url
295 a74a9f2c 2021-10-08 op .Pq string
296 a74a9f2c 2021-10-08 op URL for the new tab page.
297 a74a9f2c 2021-10-08 op Defaults to
298 a74a9f2c 2021-10-08 op .Dq about:new .
299 4e5935f4 2022-01-05 op .It max-killed-tabs
300 4e5935f4 2022-01-05 op .Pq integer
301 4e5935f4 2022-01-05 op The maximum number of closed tabs to keep track of, defaults to 10.
302 4e5935f4 2022-01-05 op Must be a positive number; if zero, don't save closed tabs at all.
303 a74a9f2c 2021-10-08 op .It olivetti-mode
304 a74a9f2c 2021-10-08 op .Pq integer
305 a74a9f2c 2021-10-08 op If nonzero, enable
306 a74a9f2c 2021-10-08 op .Ic olivetti-mode
307 a74a9f2c 2021-10-08 op Defaults to 1.
308 a74a9f2c 2021-10-08 op .It tab-bar-show
309 a74a9f2c 2021-10-08 op .Pq integer
310 a74a9f2c 2021-10-08 op If tab-bar-show is -1 hide the tab bar permanently, if 0 show it
311 a74a9f2c 2021-10-08 op unconditionally.
312 a74a9f2c 2021-10-08 op If it's 1, show the bar only when there is more than one tab.
313 fff512aa 2022-01-04 op Defaults to 1.
314 fff512aa 2022-01-04 op .It update-title
315 fff512aa 2022-01-04 op .Pq integer
316 fff512aa 2022-01-04 op If nonzero, set the terminal title to the page title.
317 a74a9f2c 2021-10-08 op Defaults to 1.
318 a74a9f2c 2021-10-08 op .El
319 a74a9f2c 2021-10-08 op .It Ic style Ar name Ar option
320 a74a9f2c 2021-10-08 op Change the styling of the element identified by
321 a74a9f2c 2021-10-08 op .Ar name .
322 a74a9f2c 2021-10-08 op Multiple options may be specified within curly braces.
323 a74a9f2c 2021-10-08 op Valid style identifiers are:
324 399bd9a0 2021-11-05 op .Bl -tag -width line.download.ongoing -compact -offset Ds
325 a74a9f2c 2021-10-08 op .It line
326 a74a9f2c 2021-10-08 op the area outside the lines in the body of the page.
327 a74a9f2c 2021-10-08 op .It line.compl
328 a74a9f2c 2021-10-08 op the completions.
329 a74a9f2c 2021-10-08 op .It line.compl.current
330 a74a9f2c 2021-10-08 op the current completion.
331 a74a9f2c 2021-10-08 op .It line.help
332 a74a9f2c 2021-10-08 op text in the *Help* buffer.
333 399bd9a0 2021-11-05 op .It line.download.ongoing
334 399bd9a0 2021-11-05 op an ongoing download
335 399bd9a0 2021-11-05 op .It line.download.done
336 399bd9a0 2021-11-05 op a completed download
337 399bd9a0 2021-11-05 op .It line.download.info
338 399bd9a0 2021-11-05 op informational text in the *Downloads* buffer.
339 d3b39b65 2022-01-10 op .It line.fringe
340 d3b39b65 2022-01-10 op .Pq virtual
341 d3b39b65 2022-01-10 op lines draw after the end of a buffer.
342 a74a9f2c 2021-10-08 op .It line.text
343 a74a9f2c 2021-10-08 op text lines.
344 a74a9f2c 2021-10-08 op .It line.link
345 a74a9f2c 2021-10-08 op link lines.
346 a74a9f2c 2021-10-08 op .It line.title1..3
347 a74a9f2c 2021-10-08 op headings
348 a74a9f2c 2021-10-08 op .It line.item
349 a74a9f2c 2021-10-08 op item lines.
350 a74a9f2c 2021-10-08 op .It line.quote
351 a74a9f2c 2021-10-08 op quotes.
352 a74a9f2c 2021-10-08 op .It line.pre.start
353 a74a9f2c 2021-10-08 op the heading of a preformatted block.
354 a74a9f2c 2021-10-08 op .It line.pre
355 a74a9f2c 2021-10-08 op the content of a preformatted block.
356 a74a9f2c 2021-10-08 op .It line.pre.end
357 a74a9f2c 2021-10-08 op the closing line of a preformatted block.
358 399bd9a0 2021-11-05 op .It download
359 399bd9a0 2021-11-05 op the download pane
360 a74a9f2c 2021-10-08 op .It minibuffer
361 a74a9f2c 2021-10-08 op the minibuffer.
362 a74a9f2c 2021-10-08 op .It modeline
363 a74a9f2c 2021-10-08 op the modeline.
364 a74a9f2c 2021-10-08 op .It tabline
365 a74a9f2c 2021-10-08 op the tabline.
366 a74a9f2c 2021-10-08 op .It tabline.tab
367 a74a9f2c 2021-10-08 op the non-focused tabs.
368 a74a9f2c 2021-10-08 op .It tabline.current
369 a74a9f2c 2021-10-08 op the focused tab.
370 a74a9f2c 2021-10-08 op .El
371 a74a9f2c 2021-10-08 op .Pp
372 a74a9f2c 2021-10-08 op Valid options are:
373 a74a9f2c 2021-10-08 op .Bl -tag -width Ds
374 a74a9f2c 2021-10-08 op .It Ic attr Ar prefix Oo Ar line Oo Ar trail Oc Oc
375 a74a9f2c 2021-10-08 op Sets the text attributes.
376 a74a9f2c 2021-10-08 op If only one value is given,
377 a74a9f2c 2021-10-08 op .Ar line
378 a74a9f2c 2021-10-08 op and
379 a74a9f2c 2021-10-08 op .Ar trail
380 a74a9f2c 2021-10-08 op default to that; if two values are given then
381 a74a9f2c 2021-10-08 op .Ar trail
382 a74a9f2c 2021-10-08 op defaults to
383 a74a9f2c 2021-10-08 op .Ar prefix .
384 a74a9f2c 2021-10-08 op Each attribute is a comma-separated list of keywords:
385 a74a9f2c 2021-10-08 op .Bl -tag -width underline -compact -offset Ds
386 a74a9f2c 2021-10-08 op .It Ic normal
387 a74a9f2c 2021-10-08 op no attributes.
388 a74a9f2c 2021-10-08 op .It Ic standout
389 a74a9f2c 2021-10-08 op best highlighting mode for the terminal.
390 a74a9f2c 2021-10-08 op .It Ic underline
391 a74a9f2c 2021-10-08 op underlines the text.
392 a74a9f2c 2021-10-08 op .It Ic reverse
393 a74a9f2c 2021-10-08 op reverses background/foreground colors.
394 a74a9f2c 2021-10-08 op .It Ic blink
395 a74a9f2c 2021-10-08 op makes the text blinking.
396 a74a9f2c 2021-10-08 op .It Ic dim
397 a74a9f2c 2021-10-08 op half bright.
398 a74a9f2c 2021-10-08 op .It Ic bold
399 a74a9f2c 2021-10-08 op extra bright or bold.
400 a74a9f2c 2021-10-08 op .El
401 a74a9f2c 2021-10-08 op .Pp
402 a74a9f2c 2021-10-08 op Only the style identifiers with the
403 a74a9f2c 2021-10-08 op .Dq line.
404 a74a9f2c 2021-10-08 op prefix accept up to three attributes.
405 a74a9f2c 2021-10-08 op The other will only use the first one given.
406 a74a9f2c 2021-10-08 op .It Ic bg Ar prefix Oo Ar line Oo Ar trail Oc Oc
407 a74a9f2c 2021-10-08 op Sets the background color.
408 a74a9f2c 2021-10-08 op Follows the same behaviour as
409 a74a9f2c 2021-10-08 op .Ic attr
410 a74a9f2c 2021-10-08 op regarding the optional parameters.
411 a74a9f2c 2021-10-08 op The colour is one of black, red, green, yellow, blue,
412 a74a9f2c 2021-10-08 op magenta, cyan and white; colour0 to colour255
413 a74a9f2c 2021-10-08 op .Pq or color0 to color255
414 a74a9f2c 2021-10-08 op from the 256-colour set;
415 a74a9f2c 2021-10-08 op default for the default colour.
416 a74a9f2c 2021-10-08 op .It Ic fg Ar prefix Oo Ar line Oo Ar trail Oc Oc
417 a74a9f2c 2021-10-08 op Sets the foreground color.
418 a74a9f2c 2021-10-08 op It behaves just like
419 a74a9f2c 2021-10-08 op .Ic bg .
420 a74a9f2c 2021-10-08 op .It Ic prefix Ar prfx Op Ar cont
421 a74a9f2c 2021-10-08 op Sets the prefix for the current line type to
422 a74a9f2c 2021-10-08 op .Ar prfx
423 a74a9f2c 2021-10-08 op and
424 a74a9f2c 2021-10-08 op .Ar cont
425 a74a9f2c 2021-10-08 op as the prefix for the continuation lines
426 a74a9f2c 2021-10-08 op .Pq i.e. when a long line gets wrapped.
427 a74a9f2c 2021-10-08 op If
428 a74a9f2c 2021-10-08 op .Ar cont
429 a74a9f2c 2021-10-08 op is not given its value will be the same of
430 a74a9f2c 2021-10-08 op .Ar prfx .
431 a74a9f2c 2021-10-08 op .El
432 eb6e7b8a 2021-08-16 op .El
433 bba111bc 2021-03-28 op .Sh DEFAULT KEY BINDINGS
434 bba111bc 2021-03-28 op The default key bindings are very similar to GNU Emacs, but care has
435 bba111bc 2021-03-28 op been taken to include also bindings familiar for
436 bba111bc 2021-03-28 op .Xr vi 1
437 bba111bc 2021-03-28 op and
438 bba111bc 2021-03-28 op .Dq CUA
439 bba111bc 2021-03-28 op users.
440 bba111bc 2021-03-28 op In the following examples, C-x means Control-x, M-x means Meta-x,
441 bba111bc 2021-03-28 op where the Meta key may be either a special key on the keyboard or the
442 bba111bc 2021-03-28 op ALT key; otherwise ESC followed by the key X works as well, and C-M-x
443 bba111bc 2021-03-28 op means to press the key X together with both Control and Meta.
444 bba111bc 2021-03-28 op .Pp
445 bba111bc 2021-03-28 op Keys are usually a single character, like
446 bba111bc 2021-03-28 op .Sq p
447 bba111bc 2021-03-28 op or
448 bba111bc 2021-03-28 op .Sq n ,
449 bba111bc 2021-03-28 op but some special keys are accepted as well.
450 bba111bc 2021-03-28 op .Pp
451 bba111bc 2021-03-28 op .Bl -tag -width 16m -offset indent -compact
452 bba111bc 2021-03-28 op .It <up>
453 bba111bc 2021-03-28 op Up arrow
454 bba111bc 2021-03-28 op .It <down>
455 bba111bc 2021-03-28 op Down arrow
456 bba111bc 2021-03-28 op .It <left>
457 bba111bc 2021-03-28 op Left arrow
458 bba111bc 2021-03-28 op .It <right>
459 bba111bc 2021-03-28 op Right arrow
460 bba111bc 2021-03-28 op .It <prior>
461 bba111bc 2021-03-28 op Previous page/Page up
462 bba111bc 2021-03-28 op .It <next>
463 bba111bc 2021-03-28 op Next page/Page down
464 bba111bc 2021-03-28 op .It <home>
465 bba111bc 2021-03-28 op Home
466 bba111bc 2021-03-28 op .It <end>
467 bba111bc 2021-03-28 op End
468 bba111bc 2021-03-28 op .It <f0> thru <f63>
469 bba111bc 2021-03-28 op Function keys
470 bba111bc 2021-03-28 op .It del or backspace
471 bba111bc 2021-03-28 op Backspace
472 bba111bc 2021-03-28 op .It esc
473 bba111bc 2021-03-28 op Escape
474 bba111bc 2021-03-28 op .It space or spc
475 bba111bc 2021-03-28 op Space
476 bba111bc 2021-03-28 op .It enter or ret
477 bba111bc 2021-03-28 op Enter
478 bba111bc 2021-03-28 op .It tab
479 bba111bc 2021-03-28 op Tab
480 8dc60352 2021-06-15 op .It backtab
481 9eb0c887 2021-08-03 op Depends on the configuration of the terminal emulator; usually shift
482 9eb0c887 2021-08-03 op tab.
483 bba111bc 2021-03-28 op .El
484 bba111bc 2021-03-28 op .Ss GNU Emacs-like keys
485 bba111bc 2021-03-28 op .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
486 bba111bc 2021-03-28 op .It C-p
487 7dbaef94 2021-04-22 op previous-line
488 bba111bc 2021-03-28 op .It C-n
489 7dbaef94 2021-04-22 op next-line
490 bba111bc 2021-03-28 op .It C-f
491 7dbaef94 2021-04-22 op forward-char
492 bba111bc 2021-03-28 op .It C-b
493 7dbaef94 2021-04-22 op backward-char
494 bba111bc 2021-03-28 op .It M-{
495 7dbaef94 2021-04-22 op backward-paragraph
496 bba111bc 2021-03-28 op .It M-}
497 7dbaef94 2021-04-22 op forward-paragraph
498 bba111bc 2021-03-28 op .It C-a
499 7dbaef94 2021-04-22 op move-beginning-of-line
500 bba111bc 2021-03-28 op .It C-e
501 7dbaef94 2021-04-22 op move-end-of-line
502 bba111bc 2021-03-28 op .It M-v, M-space
503 7dbaef94 2021-04-22 op scroll-up
504 bba111bc 2021-03-28 op .It C-v, space
505 7dbaef94 2021-04-22 op scroll-down
506 bba111bc 2021-03-28 op .It M-<
507 7dbaef94 2021-04-22 op beginning-of-buffer
508 bba111bc 2021-03-28 op .It M->
509 7dbaef94 2021-04-22 op end-of-buffer
510 bba111bc 2021-03-28 op .It C-x C-c
511 7dbaef94 2021-04-22 op kill-telescope
512 bba111bc 2021-03-28 op .It C-g
513 7dbaef94 2021-04-22 op clear-minibuf
514 bba111bc 2021-03-28 op .It M-x
515 7dbaef94 2021-04-22 op execute-extended-command
516 61251035 2021-06-26 op .It C-c {
517 61251035 2021-06-26 op dec-fill-column
518 61251035 2021-06-26 op .It C-c }
519 61251035 2021-06-26 op inc-fill-column
520 1c412d48 2021-06-25 op .It C-c p
521 1c412d48 2021-06-25 op previous-heading
522 1c412d48 2021-06-25 op .It C-c n
523 1c412d48 2021-06-25 op next-heading
524 157d4810 2021-06-24 op .It >
525 157d4810 2021-06-24 op load-url
526 f2ab2540 2021-07-14 op .It <
527 f2ab2540 2021-07-14 op load-current-url
528 bba111bc 2021-03-28 op .It C-x C-f
529 7dbaef94 2021-04-22 op load-url
530 bba111bc 2021-03-28 op .It C-x M-f
531 7dbaef94 2021-04-22 op load-current-url
532 9a7d62cb 2021-07-21 op .It C-x o
533 9a7d62cb 2021-07-21 op other-window
534 bba111bc 2021-03-28 op .It C-x t 0
535 7dbaef94 2021-04-22 op tab-close
536 bba111bc 2021-03-28 op .It C-x t 1
537 7dbaef94 2021-04-22 op tab-close-other
538 bba111bc 2021-03-28 op .It C-x t 2
539 7dbaef94 2021-04-22 op tab-new
540 bba111bc 2021-03-28 op .It C-x t o
541 7dbaef94 2021-04-22 op tab-next
542 bba111bc 2021-03-28 op .It C-x t O
543 7dbaef94 2021-04-22 op tab-previous
544 bba111bc 2021-03-28 op .It C-x t m
545 7dbaef94 2021-04-22 op tab-move
546 bba111bc 2021-03-28 op .It C-x t M
547 7dbaef94 2021-04-22 op tab-move-to
548 05c5cf0c 2021-07-13 op .It B, C-M-b
549 7dbaef94 2021-04-22 op previous-page
550 05c5cf0c 2021-07-13 op .It F, C-M-f
551 7dbaef94 2021-04-22 op next-page
552 bba111bc 2021-03-28 op .It <f7> a
553 7dbaef94 2021-04-22 op bookmark-page
554 bba111bc 2021-03-28 op .It <f7> <f7>
555 7dbaef94 2021-04-22 op list-bookmarks
556 12cf7d80 2021-07-15 op .It C-z
557 12cf7d80 2021-07-15 op suspend-telescope
558 bba111bc 2021-03-28 op .El
559 bba111bc 2021-03-28 op .Ss Xr vi 1 Ns -like keys
560 bba111bc 2021-03-28 op .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
561 bba111bc 2021-03-28 op .It k
562 7dbaef94 2021-04-22 op previous-line
563 bba111bc 2021-03-28 op .It j
564 7dbaef94 2021-04-22 op next-line
565 bba111bc 2021-03-28 op .It l
566 7dbaef94 2021-04-22 op forward-char
567 bba111bc 2021-03-28 op .It h
568 7dbaef94 2021-04-22 op backward-char
569 bba111bc 2021-03-28 op .It {
570 7dbaef94 2021-04-22 op backward-paragraph
571 bba111bc 2021-03-28 op .It }
572 7dbaef94 2021-04-22 op forward-paragraph
573 bba111bc 2021-03-28 op .It ^
574 7dbaef94 2021-04-22 op move-beginning-of-line
575 bba111bc 2021-03-28 op .It $
576 7dbaef94 2021-04-22 op move-end-of-line
577 bba111bc 2021-03-28 op .It K
578 7dbaef94 2021-04-22 op scroll-line-up
579 bba111bc 2021-03-28 op .It J
580 7dbaef94 2021-04-22 op scroll-line-down
581 bba111bc 2021-03-28 op .It g g
582 7dbaef94 2021-04-22 op beginning-of-buffer
583 6c04e8b6 2021-04-01 op .It G
584 7dbaef94 2021-04-22 op end-of-buffer
585 bba111bc 2021-03-28 op .It g D
586 7dbaef94 2021-04-22 op tab-close
587 bba111bc 2021-03-28 op .It g N
588 7dbaef94 2021-04-22 op tab-new
589 bba111bc 2021-03-28 op .It g t
590 7dbaef94 2021-04-22 op tab-next
591 bba111bc 2021-03-28 op .It g T
592 7dbaef94 2021-04-22 op tab-previous
593 bba111bc 2021-03-28 op .It g M-t
594 7dbaef94 2021-04-22 op tab-move
595 bba111bc 2021-03-28 op .It g M-T
596 7dbaef94 2021-04-22 op tab-move-to
597 bba111bc 2021-03-28 op .It H
598 7dbaef94 2021-04-22 op previous-page
599 bba111bc 2021-03-28 op .It L
600 7dbaef94 2021-04-22 op next-page
601 4e5935f4 2022-01-05 op .It u
602 4e5935f4 2022-01-05 op tab-undo-close
603 bba111bc 2021-03-28 op .It q
604 7dbaef94 2021-04-22 op kill-telescope
605 bba111bc 2021-03-28 op .It ESC
606 7dbaef94 2021-04-22 op clear-minibuf
607 bba111bc 2021-03-28 op .It :
608 7dbaef94 2021-04-22 op execute-extended-command
609 bba111bc 2021-03-28 op .El
610 bba111bc 2021-03-28 op .Ss CUA-like keys
611 bba111bc 2021-03-28 op .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
612 bba111bc 2021-03-28 op .It <up>
613 7dbaef94 2021-04-22 op previous-line
614 bba111bc 2021-03-28 op .It <down>
615 7dbaef94 2021-04-22 op next-line
616 bba111bc 2021-03-28 op .It <right>
617 7dbaef94 2021-04-22 op forward-char
618 bba111bc 2021-03-28 op .It <left>
619 7dbaef94 2021-04-22 op backward-char
620 12cf7d80 2021-07-15 op .It <home>
621 12cf7d80 2021-07-15 op move-beginning-of-line
622 12cf7d80 2021-07-15 op .It <end>
623 12cf7d80 2021-07-15 op move-end-of-line
624 bba111bc 2021-03-28 op .It <prior>
625 7dbaef94 2021-04-22 op scroll-up
626 bba111bc 2021-03-28 op .It <next>
627 7dbaef94 2021-04-22 op scroll-down
628 25f5824b 2021-07-08 op .It C-w
629 25f5824b 2021-07-08 op tab-close
630 3c3af0fd 2021-07-08 op .It C-t
631 3c3af0fd 2021-07-08 op tab-new
632 3c3af0fd 2021-07-08 op .It M-<prior>
633 3c3af0fd 2021-07-08 op tab-previous
634 3c3af0fd 2021-07-08 op .It M-<next>
635 3c3af0fd 2021-07-08 op tab-next
636 135e1a52 2021-01-02 op .It del
637 135e1a52 2021-01-02 op previous-page
638 bba111bc 2021-03-28 op .It M-<left>
639 7dbaef94 2021-04-22 op previous-page
640 bba111bc 2021-03-28 op .It M-<right>
641 7dbaef94 2021-04-22 op next-page
642 661233ed 2021-07-14 op .It <f5>
643 661233ed 2021-07-14 op reload-page
644 661233ed 2021-07-14 op .It r
645 661233ed 2021-07-14 op reload-page
646 bba111bc 2021-03-28 op .El
647 bba111bc 2021-03-28 op .Ss Neither Emacs nor vi specific
648 bba111bc 2021-03-28 op .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
649 7a014cef 2021-04-01 op .It <f1>
650 7dbaef94 2021-04-22 op toggle-help
651 bba111bc 2021-03-28 op .It enter
652 7dbaef94 2021-04-22 op push-button
653 bba111bc 2021-03-28 op .It M-enter
654 7dbaef94 2021-04-22 op push-button-new-tab
655 bba111bc 2021-03-28 op .It M-tab
656 7dbaef94 2021-04-22 op previous-button
657 8dc60352 2021-06-15 op .It backtab
658 8dc60352 2021-06-15 op previous-button
659 bba111bc 2021-03-28 op .It tab
660 7dbaef94 2021-04-22 op next-button
661 3360ef1b 2021-07-14 op .It M-t
662 3360ef1b 2021-07-14 op tab-select
663 75fd746b 2021-07-21 op .It \&[
664 f6ad0de1 2021-07-16 op tab-previous
665 75fd746b 2021-07-21 op .It \&]
666 f6ad0de1 2021-07-16 op tab-next
667 935d50dc 2021-08-18 op .It M-\&[
668 935d50dc 2021-08-18 op tab-move-to
669 935d50dc 2021-08-18 op .It M-\&]
670 935d50dc 2021-08-18 op tab-move
671 dad288ec 2021-07-15 op .It M-l
672 753c6ac7 2021-07-14 op link-select
673 753c6ac7 2021-07-14 op .It M-/
674 753c6ac7 2021-07-14 op swiper
675 bba111bc 2021-03-28 op .El
676 bba111bc 2021-03-28 op .Ss Minibuffer-specific keys
677 bba111bc 2021-03-28 op .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
678 bba111bc 2021-03-28 op .It enter
679 7dbaef94 2021-04-22 op mini-complete-and-exit
680 bba111bc 2021-03-28 op .It C-g
681 7dbaef94 2021-04-22 op mini-abort
682 bba111bc 2021-03-28 op .It ESC
683 7dbaef94 2021-04-22 op mini-abort
684 bba111bc 2021-03-28 op .It C-d
685 7dbaef94 2021-04-22 op mini-delete-char
686 bba111bc 2021-03-28 op .It del
687 7dbaef94 2021-04-22 op mini-delete-backward-char
688 bba111bc 2021-03-28 op .It backspace
689 7dbaef94 2021-04-22 op mini-delete-backward-char
690 bba111bc 2021-03-28 op .It C-h
691 7dbaef94 2021-04-22 op mini-delete-backward-char
692 bba111bc 2021-03-28 op .It C-b
693 7dbaef94 2021-04-22 op backward-char
694 bba111bc 2021-03-28 op .It C-f
695 7dbaef94 2021-04-22 op forward-char
696 bba111bc 2021-03-28 op .It <left>
697 7dbaef94 2021-04-22 op backward-char
698 bba111bc 2021-03-28 op .It <right>
699 7dbaef94 2021-04-22 op forward-char
700 bba111bc 2021-03-28 op .It C-e
701 7dbaef94 2021-04-22 op move-end-of-line
702 bba111bc 2021-03-28 op .It C-a
703 7dbaef94 2021-04-22 op move-beginning-of-line
704 bba111bc 2021-03-28 op .It <end>
705 7dbaef94 2021-04-22 op move-end-of-line
706 bba111bc 2021-03-28 op .It <home>
707 7dbaef94 2021-04-22 op move-beginning-of-line
708 bba111bc 2021-03-28 op .It C-k
709 7dbaef94 2021-04-22 op mini-kill-line
710 bba111bc 2021-03-28 op .It M-p
711 7dbaef94 2021-04-22 op mini-previous-history-element
712 bba111bc 2021-03-28 op .It M-n
713 7dbaef94 2021-04-22 op mini-next-history-element
714 e7b982f4 2021-07-14 op .It C-p
715 e7b982f4 2021-07-14 op previous-completion
716 e7b982f4 2021-07-14 op .It C-n
717 dffb2592 2021-07-14 op next-completion
718 dffb2592 2021-07-14 op .It <up>
719 dffb2592 2021-07-14 op previous-completion
720 dffb2592 2021-07-14 op .It <down>
721 e7b982f4 2021-07-14 op next-completion
722 e7b982f4 2021-07-14 op .It tab
723 e7b982f4 2021-07-14 op insert-current-candidate
724 7ee780fa 2021-07-21 op .It M-<
725 7ee780fa 2021-07-21 op mini-goto-beginning
726 7ee780fa 2021-07-21 op .It M->
727 7ee780fa 2021-07-21 op mini-goto-end
728 bba111bc 2021-03-28 op .El
729 bba111bc 2021-03-28 op .Sh INTERACTIVE COMMANDS
730 bba111bc 2021-03-28 op Follows the documentation for the interactive commands.
731 bba111bc 2021-03-28 op These commands can be bound to a key or executed with
732 bba111bc 2021-03-28 op .Ic execute-extended-command .
733 bba111bc 2021-03-28 op .Ss Movement commands
734 bba111bc 2021-03-28 op .Bl -tag -width execute-extended-command -compact
735 bba111bc 2021-03-28 op .It Ic backward-char
736 bba111bc 2021-03-28 op Move point one character backward.
737 bba111bc 2021-03-28 op .It Ic backward-paragraph
738 bba111bc 2021-03-28 op Move point one paragraph backward.
739 bba111bc 2021-03-28 op .It Ic beginning-of-buffer
740 bba111bc 2021-03-28 op Move point to the beginning of the buffer.
741 bba111bc 2021-03-28 op .It Ic end-of-buffer
742 bba111bc 2021-03-28 op Move point to the end of the buffer.
743 bba111bc 2021-03-28 op .It Ic forward-char
744 bba111bc 2021-03-28 op Move point one character forward.
745 bba111bc 2021-03-28 op .It Ic forward-paragraph
746 bba111bc 2021-03-28 op Move point one paragraph forward.
747 e7b982f4 2021-07-14 op .It Ic insert-current-candidate
748 e7b982f4 2021-07-14 op Copy the current selection text as minibuffer input.
749 bba111bc 2021-03-28 op .It Ic move-beginning-of-line
750 bba111bc 2021-03-28 op Move point at the beginning of the current (visual) line.
751 bba111bc 2021-03-28 op .It Ic move-end-of-line
752 bba111bc 2021-03-28 op Move point at the end of the current (visual) line.
753 bba111bc 2021-03-28 op .It Ic next-button
754 bba111bc 2021-03-28 op Move point to the next link.
755 e7b982f4 2021-07-14 op .It Ic next-completion
756 e7b982f4 2021-07-14 op Select the next completion.
757 1c412d48 2021-06-25 op .It Ic next-heading
758 1c412d48 2021-06-25 op Move point to the next heading.
759 bba111bc 2021-03-28 op .It Ic next-line
760 bba111bc 2021-03-28 op Move point to the next (visual) line, in the same column if possible.
761 bba111bc 2021-03-28 op .It Ic previous-button
762 bba111bc 2021-03-28 op Move point to the previous link.
763 e7b982f4 2021-07-14 op .It Ic previous-completion
764 e7b982f4 2021-07-14 op Select the previous completion.
765 1c412d48 2021-06-25 op .It Ic previous-heading
766 1c412d48 2021-06-25 op Move point to the previous heading.
767 bba111bc 2021-03-28 op .It Ic previous-line
768 bba111bc 2021-03-28 op Move point to the previous (visual) line.
769 bba111bc 2021-03-28 op .El
770 bba111bc 2021-03-28 op .Ss Bookmark-related commands
771 bba111bc 2021-03-28 op .Bl -tag -width execute-extended-command -compact
772 bba111bc 2021-03-28 op .It Ic bookmark-page
773 b3be07ea 2021-07-18 op Save a page in the bookmark file.
774 bba111bc 2021-03-28 op It preloads the minibuffer with the current URL.
775 63875195 2021-04-01 op .It Ic list-bookmarks
776 bba111bc 2021-03-28 op Load the bookmarks page.
777 bba111bc 2021-03-28 op .El
778 bba111bc 2021-03-28 op .Ss Tab-related commands
779 bba111bc 2021-03-28 op .Bl -tag -width execute-extended-command -compact
780 bba111bc 2021-03-28 op .It Ic tab-close
781 bba111bc 2021-03-28 op Close the current tab.
782 bba111bc 2021-03-28 op .It Ic tab-close-other
783 bba111bc 2021-03-28 op Close all tabs but the current one.
784 bba111bc 2021-03-28 op .It Ic tab-move
785 bba111bc 2021-03-28 op Move the current tab after the next one, wrapping around if
786 bba111bc 2021-03-28 op needed.
787 bba111bc 2021-03-28 op .It Ic tab-move-to
788 bba111bc 2021-03-28 op Move the current tab before the previous one, wrapping around if needed.
789 bba111bc 2021-03-28 op .It Ic tab-new
790 bba111bc 2021-03-28 op Open a new tab.
791 bba111bc 2021-03-28 op .It Ic tab-next
792 bba111bc 2021-03-28 op Focus next tab, wrapping around eventually.
793 bba111bc 2021-03-28 op .It Ic tab-previous
794 bba111bc 2021-03-28 op Focus the previous tab, wrapping around eventually.
795 3360ef1b 2021-07-14 op .It Ic tab-select
796 3360ef1b 2021-07-14 op Switch to a tab using the minibuffer.
797 4e5935f4 2022-01-05 op .It Ic tab-undo-close
798 4e5935f4 2022-01-05 op Re-open the most recently closed tab, if any.
799 bba111bc 2021-03-28 op .El
800 bba111bc 2021-03-28 op .Ss Misc commands
801 bba111bc 2021-03-28 op .Bl -tag -width execute-extended-command -compact
802 bba111bc 2021-03-28 op .It Ic clear-minibuf
803 b3be07ea 2021-07-18 op Clear the echo area.
804 61251035 2021-06-26 op .It Ic dec-fill-column
805 b3be07ea 2021-07-18 op Decrement fill-column by two.
806 bba111bc 2021-03-28 op .It Ic execute-extended-command
807 b3be07ea 2021-07-18 op Execute an internal command.
808 bba111bc 2021-03-28 op .It Ic kill-telescope
809 bba111bc 2021-03-28 op Quit
810 bba111bc 2021-03-28 op .Nm .
811 61251035 2021-06-26 op .It Ic inc-fill-column
812 b3be07ea 2021-07-18 op Increment fill-column by two.
813 753c6ac7 2021-07-14 op .It Ic link-select
814 753c6ac7 2021-07-14 op Select and visit a link using the minibuffer.
815 bba111bc 2021-03-28 op .It Ic load-current-url
816 b3be07ea 2021-07-18 op Edit the current URL.
817 bba111bc 2021-03-28 op .It Ic load-url
818 b3be07ea 2021-07-18 op Prompt for an URL.
819 bba111bc 2021-03-28 op .It Ic next-page
820 b3be07ea 2021-07-18 op Go forward in the page history.
821 9f3f9f5e 2021-06-19 op .It Ic olivetti-mode
822 9f3f9f5e 2021-06-19 op Toggle olivetti mode (i.e. horizontal centering of the lines of the
823 9f3f9f5e 2021-06-19 op window.)
824 9a7d62cb 2021-07-21 op .It Ic other-window
825 9a7d62cb 2021-07-21 op Select the other window.
826 bba111bc 2021-03-28 op .It Ic previous-page
827 b3be07ea 2021-07-18 op Go backward in the page history.
828 bba111bc 2021-03-28 op .It Ic push-button
829 b3be07ea 2021-07-18 op Follow link at point, or toggle the visibility of the following
830 b3be07ea 2021-07-18 op preformatted block if called when the cursor is on the heading of the block.
831 bba111bc 2021-03-28 op .It Ic push-button-new-tab
832 b3be07ea 2021-07-18 op Follow link at point in a new tab.
833 bba111bc 2021-03-28 op .It Ic redraw
834 708fab48 2021-06-19 op Redraw the screen, useful if some background program messed up the
835 bba111bc 2021-03-28 op display.
836 661233ed 2021-07-14 op .It Ic reload-page
837 661233ed 2021-07-14 op Reload the current page.
838 bba111bc 2021-03-28 op .It Ic scroll-down
839 bba111bc 2021-03-28 op Scroll down by one visual page.
840 bba111bc 2021-03-28 op .It Ic scroll-line-down
841 bba111bc 2021-03-28 op Scroll down by one line.
842 bba111bc 2021-03-28 op .It Ic scroll-line-up
843 bba111bc 2021-03-28 op Scroll up by one line.
844 bba111bc 2021-03-28 op .It Ic scroll-up
845 bba111bc 2021-03-28 op Scroll up by one visual page.
846 12cf7d80 2021-07-15 op .It Ic suspend-telescope
847 12cf7d80 2021-07-15 op Suspend the current
848 12cf7d80 2021-07-15 op .Nm
849 12cf7d80 2021-07-15 op session.
850 753c6ac7 2021-07-14 op .It Ic swiper
851 753c6ac7 2021-07-14 op Jump to a line using the minibuffer.
852 edd9a650 2021-07-15 op .It Ic toc
853 b3be07ea 2021-07-18 op Jump to a heading using the minibuffer.
854 7a014cef 2021-04-01 op .It Ic toggle-help
855 7a014cef 2021-04-01 op Toggle side window with help about available keys and their associated
856 7a014cef 2021-04-01 op interactive command.
857 987d9c88 2021-07-15 op .It Ic toggle-pre-wrap
858 987d9c88 2021-07-15 op Toggle the wrapping of preformatted blocks.
859 bba111bc 2021-03-28 op .El
860 bba111bc 2021-03-28 op .Ss Minibuffer commands
861 bba111bc 2021-03-28 op .Bl -tag -width execute-extended-command -compact
862 bba111bc 2021-03-28 op .It Ic mini-abort
863 bba111bc 2021-03-28 op Abort the current minibuffer action.
864 bba111bc 2021-03-28 op .It Ic mini-complete-and-exit
865 bba111bc 2021-03-28 op Complete the current minibuffer action.
866 bba111bc 2021-03-28 op .It Ic mini-delete-backward-char
867 bba111bc 2021-03-28 op Delete the character before the point.
868 bba111bc 2021-03-28 op .It Ic mini-delete-char
869 bba111bc 2021-03-28 op Delete the character after the point.
870 de190a2b 2021-07-17 op .It Ic mini-goto-beginning
871 de190a2b 2021-07-17 op Select the first completion, if any.
872 de190a2b 2021-07-17 op .It Ic mini-goto-end
873 de190a2b 2021-07-17 op Select the last completion, if any.
874 bba111bc 2021-03-28 op .It Ic mini-kill-line
875 b3be07ea 2021-07-18 op Delete from point until the end of the line.
876 bba111bc 2021-03-28 op .It Ic mini-next-history-element
877 bba111bc 2021-03-28 op Load the previous history element.
878 bba111bc 2021-03-28 op .It Ic mini-previous-history-element
879 bba111bc 2021-03-28 op Load the next history element.
880 bba111bc 2021-03-28 op .El
881 7d2d15f5 2021-04-30 op .Ss Aliases
882 7d2d15f5 2021-04-30 op The following aliases are available during
883 7d2d15f5 2021-04-30 op .Ic execute-extended-command :
884 7d2d15f5 2021-04-30 op .Bl -tag -width 16m -compact
885 c82b3fd6 2021-05-12 op .It Ic tabn
886 c82b3fd6 2021-05-12 op .Ic tab-next
887 c82b3fd6 2021-05-12 op .It Ic tabnew
888 c82b3fd6 2021-05-12 op .Ic tab-new
889 c82b3fd6 2021-05-12 op .It Ic tabp
890 c82b3fd6 2021-05-12 op .Ic tab-previous
891 7d2d15f5 2021-04-30 op .It Ic q No and Ic wq
892 7d2d15f5 2021-04-30 op .Ic kill-telescope
893 74ca8ef4 2021-06-19 op .El
894 7ee780fa 2021-07-21 op .Sh ENVIRONMENT
895 7ee780fa 2021-07-21 op When
896 7ee780fa 2021-07-21 op .Nm
897 7ee780fa 2021-07-21 op is started, it inspects the following environment variables:
898 7ee780fa 2021-07-21 op .Bl -tag -width NO_COLORS
899 7ee780fa 2021-07-21 op .It Ev HOME
900 7ee780fa 2021-07-21 op The user's login directory.
901 7ee780fa 2021-07-21 op .It Ev NO_COLORS
902 7ee780fa 2021-07-21 op To decide whether to use colors or not.
903 7ee780fa 2021-07-21 op The content of the variable doesn't matter.
904 7ee780fa 2021-07-21 op .It Ev TERM
905 7ee780fa 2021-07-21 op The user's terminal name.
906 73389b00 2021-10-08 op .It Ev XDG_CACHE_HOME , Ev XDG_CONFIG_HOME , Ev XDG_DATA_HOME
907 73389b00 2021-10-08 op If defined can alter the default location of the files used.
908 7ee780fa 2021-07-21 op .El
909 bba111bc 2021-03-28 op .Sh FILES
910 73389b00 2021-10-08 op By default
911 73389b00 2021-10-08 op .Nm
912 73389b00 2021-10-08 op follows the XDG Base Directory Specification.
913 73389b00 2021-10-08 op However, if
914 73389b00 2021-10-08 op .Pa ~/.telescope
915 73389b00 2021-10-08 op exists, XDG is ignored and all the files are stored inside it.
916 73389b00 2021-10-08 op The usage of
917 73389b00 2021-10-08 op .Ev XDG_CACHE_HOME ,
918 73389b00 2021-10-08 op .Ev XDG_CONFIG_HOME
919 73389b00 2021-10-08 op and
920 73389b00 2021-10-08 op .Ev XDG_DATA_HOME
921 73389b00 2021-10-08 op can further alter the location of these files.
922 73389b00 2021-10-08 op .Pp
923 bba111bc 2021-03-28 op .Bl -tag -width Ds -compact
924 eb2ed626 2021-10-07 op .It Pa ~/.config/telescope/config
925 dca97b00 2021-06-19 op Default configuration file.
926 de04b178 2021-11-26 op .It Pa ~/.local/share/telescope/pages/about_*.gmi
927 eb2ed626 2021-10-07 op Overrides for built-in about: pages.
928 eb2ed626 2021-10-07 op .It Pa ~/.local/share/telescope/bookmarks.gmi
929 eb2ed626 2021-10-07 op Bookmarks file.
930 eb2ed626 2021-10-07 op .It Pa ~/.local/share/telescope/known_hosts
931 7ee780fa 2021-07-21 op Hash of the certificates for all the known hosts.
932 7ee780fa 2021-07-21 op Each line contains three fields: hostname with optional port number,
933 7ee780fa 2021-07-21 op hash of the certificate and a numeric flag.
934 eb2ed626 2021-10-07 op .It Pa ~/.cache/telescope/lock
935 d0fd368a 2021-07-15 op Lock file used to prevent multiple instance of
936 d0fd368a 2021-07-15 op .Nm
937 d0fd368a 2021-07-15 op from running at the same time.
938 eb2ed626 2021-10-07 op .It Pa ~/.cache/telescope/session
939 7ee780fa 2021-07-21 op The list of tabs from the last session.
940 6c04e8b6 2021-04-01 op .El
941 74ca8ef4 2021-06-19 op .Sh EXAMPLES
942 984245ce 2021-06-23 op It's possible to browse
943 984245ce 2021-06-23 op .Dq the small web
944 984245ce 2021-06-23 op .Pq i.e. simple websites
945 3a761ed2 2021-06-25 op by using programs like the duckling-proxy by defining a proxy in
946 eb2ed626 2021-10-07 op .Pa ~/.config/telescope/config :
947 984245ce 2021-06-23 op .Bd -literal -offset indent
948 a0c41865 2021-07-20 op proxy http via "gemini://127.0.0.1:1965"
949 a0c41865 2021-07-20 op proxy https via "gemini://127.0.0.1:1965"
950 74ca8ef4 2021-06-19 op .Ed
951 19f9cf0f 2021-06-24 op .Pp
952 19f9cf0f 2021-06-24 op To load
953 19f9cf0f 2021-06-24 op .Nm
954 7ee780fa 2021-07-21 op without any configuration
955 19f9cf0f 2021-06-24 op .Bd -literal -offset indent
956 19f9cf0f 2021-06-24 op telescope -c /dev/null
957 19f9cf0f 2021-06-24 op .Ed
958 73389b00 2021-10-08 op .Sh STANDARDS
959 73389b00 2021-10-08 op .Rs
960 73389b00 2021-10-08 op .%B XDG Base Directory Specification
961 73389b00 2021-10-08 op .%U https://specifications.freedesktop.org/basedir-spec/latest/
962 73389b00 2021-10-08 op .Re
963 bba111bc 2021-03-28 op .Sh AUTHORS
964 bba111bc 2021-03-28 op .An -nosplit
965 bba111bc 2021-03-28 op The
966 bba111bc 2021-03-28 op .Nm
967 bba111bc 2021-03-28 op program was written by
968 bba111bc 2021-03-28 op .An Omar Polo Aq Mt op@omarpolo.com .
969 8bfe7529 2021-11-27 op .Sh CAVEATS
970 8bfe7529 2021-11-27 op .Nm
971 95e30305 2021-01-02 op assumes a UTF-8 environment and doesn't try to cope with other encodings.
972 95e30305 2021-01-02 op This can cause strange rendering issues if you're lucky, or possibly
973 95e30305 2021-01-02 op weird thing happening depending on your locale and terminal emulator.
974 7ee780fa 2021-07-21 op .Sh BUGS
975 7ee780fa 2021-07-21 op There's no UI for out-of-band certificates validation.