Files
tldr/pages.zh/common/most.md

36 lines
524 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# most
> 打开一个或多个文件进行交互式阅读,允许滚动和搜索。
> 更多信息:<https://manned.org/most>。
- 打开一个文件:
`most {{path/to/file}}`
- 打开多个文件:
`most {{path/to/file1 path/to/file2 ...}}`
- 在“字符串”的第一次出现处打开文件:
`most {{path/to/file}} +/{{string}}`
- 在打开的文件之间移动:
`:O n`
- 跳转到第100行
`{{100}}j`
- 编辑当前文件:
`e`
- 将当前窗口分成两半:
`<CTRL-x> o`
- 退出:
`Q`