add new chinese translations
This commit is contained in:
24
pages.zh/common/subl.md
Normal file
24
pages.zh/common/subl.md
Normal 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}}`
|
Reference in New Issue
Block a user