2021-10-13 01:55:37 +05:30
|
|
|
# zellij
|
|
|
|
|
|
|
|
> Terminal multiplexer with batteries included.
|
|
|
|
> See also `tmux` and `screen`.
|
|
|
|
> More information: <https://zellij.dev/documentation/>.
|
|
|
|
|
|
|
|
- Start a new named session:
|
|
|
|
|
2025-07-04 02:13:56 +03:00
|
|
|
`zellij {{[-s|--session]}} {{name}}`
|
2021-10-13 01:55:37 +05:30
|
|
|
|
|
|
|
- List existing sessions:
|
|
|
|
|
2025-07-04 02:13:56 +03:00
|
|
|
`zellij {{[ls|list-sessions]}}`
|
2021-10-13 01:55:37 +05:30
|
|
|
|
|
|
|
- Attach to the most recently used session:
|
|
|
|
|
2025-07-04 02:13:56 +03:00
|
|
|
`zellij {{[a|attach]}}`
|
2021-10-13 01:55:37 +05:30
|
|
|
|
|
|
|
- Open a new pane (inside a zellij session):
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Alt n>`
|
2021-10-13 01:55:37 +05:30
|
|
|
|
|
|
|
- Detach from the current session (inside a zellij session):
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Ctrl o><d>`
|