mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
26 lines
452 B
Markdown
26 lines
452 B
Markdown
![]() |
# zellij
|
||
|
|
||
|
> 带有内置功能的终端复用器。
|
||
|
> 请参阅:`tmux` 和 `screen`。
|
||
|
> 更多信息:<https://zellij.dev/documentation/>.
|
||
|
|
||
|
- 启动一个新的命名会话:
|
||
|
|
||
|
`zellij --session {{名称}}`
|
||
|
|
||
|
- 列出现有会话:
|
||
|
|
||
|
`zellij list-sessions`
|
||
|
|
||
|
- 附加到最近使用的会话:
|
||
|
|
||
|
`zellij attach`
|
||
|
|
||
|
- 打开一个新窗格(在 zellij 会话中):
|
||
|
|
||
|
`<Alt> + N`
|
||
|
|
||
|
- 从当前会话分离(在 zellij 会话中):
|
||
|
|
||
|
`<Ctrl> + O, D`
|