common/z*: add Chinese translation (#14773)
* common/z*: add Chinese translation * Update zoxide.md * Update zoxide.md
This commit is contained in:
25
pages.zh/common/zellij.md
Normal file
25
pages.zh/common/zellij.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# zellij
|
||||
|
||||
> 带有内置功能的终端复用器。
|
||||
> 请参阅:`tmux` 和 `screen`。
|
||||
> 更多信息:<https://zellij.dev/documentation/>.
|
||||
|
||||
- 启动一个新的命名会话:
|
||||
|
||||
`zellij --session {{名称}}`
|
||||
|
||||
- 列出现有会话:
|
||||
|
||||
`zellij list-sessions`
|
||||
|
||||
- 附加到最近使用的会话:
|
||||
|
||||
`zellij attach`
|
||||
|
||||
- 打开一个新窗格(在 zellij 会话中):
|
||||
|
||||
`<Alt> + N`
|
||||
|
||||
- 从当前会话分离(在 zellij 会话中):
|
||||
|
||||
`<Ctrl> + O, D`
|
Reference in New Issue
Block a user