add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

36
pages.zh/common/most.md Normal file
View File

@@ -0,0 +1,36 @@
# 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`