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

View File

@@ -0,0 +1,20 @@
# sensible-editor
> 打开默认编辑器。
> 更多信息:<https://manned.org/sensible-editor>。
- 在默认编辑器中打开一个文件:
`sensible-editor {{path/to/file}}`
- 在默认编辑器中打开一个文件,光标位于文件末尾:
`sensible-editor + {{path/to/file}}`
- 在默认编辑器中打开一个文件光标位于第10行的开头
`sensible-editor +10 {{path/to/file}}`
- 同时在垂直分屏的编辑器窗口中打开3个文件
`sensible-editor -O3 {{path/to/file1 path/to/file2 path/to/file3}}`