mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00

Instead, explain additional keystrokes in the example title. See
ee1472e76f (r82836295)
Also, change order of examples to down/up, end/start and next/previous
to keep consistency.
19 lines
263 B
Markdown
19 lines
263 B
Markdown
# more
|
|
|
|
> Open a file for interactive reading, allowing scrolling and search (in forward direction only).
|
|
|
|
- Open a file:
|
|
|
|
`more {{source_file}}`
|
|
|
|
- Page down:
|
|
|
|
`<Space>`
|
|
|
|
- Search for a string (press `n` to go to the next match):
|
|
|
|
`/{{something}}`
|
|
|
|
- Exit:
|
|
|
|
`q`
|