mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 16:18:20 +01:00
abduco: add Chinese translation
This commit is contained in:
parent
1c66acf268
commit
d6dd5f1b72
1 changed files with 23 additions and 0 deletions
23
pages.zh/common/abduco.md
Normal file
23
pages.zh/common/abduco.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# abduco
|
||||
|
||||
> 终端会话管理器.
|
||||
|
||||
- 列出会话:
|
||||
|
||||
`abduco`
|
||||
|
||||
- 附加到一个会话,如果不存在则新建它:
|
||||
|
||||
`abduco -A {{name}} {{bash}}`
|
||||
|
||||
- 使用`dvtm`附加到一个会话,如果不存在则新建它:
|
||||
|
||||
`abduco -A {{name}}`
|
||||
|
||||
- 从一个会话中分离:
|
||||
|
||||
`Ctrl + \`
|
||||
|
||||
- 以只读模式附加到一个会话:
|
||||
|
||||
`abduco -Ar {{name}}`
|
Loading…
Reference in a new issue