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

24
pages.zh/common/subl.md Normal file
View File

@@ -0,0 +1,24 @@
# subl
> Sublime Text 编辑器。
> 更多信息:<https://www.sublimetext.com>。
- 在 Sublime Text 中打开当前目录:
`subl {{.}}`
- 在 Sublime Text 中打开一个文件或目录:
`subl {{path/to/file_or_directory}}`
- 打开一个文件并跳转到特定行号:
`subl {{path/to/file}}:{{line_number}}`
- 在当前打开的窗口中打开一个文件或目录:
`subl -a {{path/to/file}}`
- 在新窗口中打开一个文件或目录:
`subl -n {{path/to/file}}`