mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 04:50:40 +03:00
245 B
245 B
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:
/{{something}} then n (next)
- Exit:
q