mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
atom: add Chinese translation
This commit is contained in:
parent
a45aa7d112
commit
44e2ee020f
1 changed files with 25 additions and 0 deletions
25
pages.zh/common/atom.md
Normal file
25
pages.zh/common/atom.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# atom
|
||||
|
||||
> 一个跨平台的, 可插拔的文本编辑器.
|
||||
> 由 `apm` 管理插件.
|
||||
> 更多信息: <https://atom.io/>.
|
||||
|
||||
- 打开文件或目录:
|
||||
|
||||
`atom {{path/to/file_or_directory}}`
|
||||
|
||||
- 在新窗口中打开文件或目录:
|
||||
|
||||
`atom -n {{path/to/file_or_directory}}`
|
||||
|
||||
- 在已有窗口中打开文件或目录:
|
||||
|
||||
`atom --add {{path/to/file_or_directory}}`
|
||||
|
||||
- 以安全模式启动Atom (不加载额外插件):
|
||||
|
||||
`atom --safe`
|
||||
|
||||
- 在终端前台运行Atom:
|
||||
|
||||
`atom --foreground`
|
Loading…
Add table
Reference in a new issue