add new chinese translations
This commit is contained in:
20
pages.zh/common/mg.md
Normal file
20
pages.zh/common/mg.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# mg
|
||||
|
||||
> 一个基于 `emacs` 的小型、快速、便携的文本编辑器。
|
||||
> 更多信息:<https://github.com/hboetes/mg>。
|
||||
|
||||
- 打开一个文件进行编辑:
|
||||
|
||||
`mg {{path/to/file}}`
|
||||
|
||||
- 在指定行号打开文件:
|
||||
|
||||
`mg +{{line_number}} {{path/to/file}}`
|
||||
|
||||
- 以只读模式打开文件:
|
||||
|
||||
`mg -R {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- 编辑时禁用 `~` 备份文件:
|
||||
|
||||
`mg -n {{path/to/file}}`
|
Reference in New Issue
Block a user