2014-05-12 13:24:05 +01:00
|
|
|
# more
|
|
|
|
|
2016-10-12 16:58:04 +01:00
|
|
|
> Open a file for interactive reading, allowing scrolling and search (in forward direction only).
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open a file:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
|
|
|
`more {{source_file}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Page down:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-09-10 18:31:51 +01:00
|
|
|
`<Space>`
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-10-11 20:34:23 +01:00
|
|
|
- Search for a string (press `n` to go to the next match):
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-10-11 20:34:23 +01:00
|
|
|
`/{{something}}`
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Exit:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2015-10-28 08:33:06 +00:00
|
|
|
`q`
|