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

28
pages.zh/linux/zile.md Normal file
View File

@@ -0,0 +1,28 @@
# zile
> Emacs文本编辑器的轻量级克隆。
> 更多信息请访问:<https://www.gnu.org/software/zile/>.
- 启动一个用于临时笔记的缓冲区,这些笔记不会被保存:
`zile`
- 打开一个文件:
`zile {{path/to/file}}`
- 保存一个文件:
`<Ctrl> + X, <Ctrl> + S`
- 退出:
`<Ctrl> + X, <Ctrl> + C`
- 在指定行号打开一个文件:
`zile +{{line_number}} {{path/to/file}}`
- 撤销更改:
`<Ctrl> + X, U`