zellij: add page (#6857)

beep
Muhammad Falak R Wani 2021-10-13 01:55:37 +05:30 committed by GitHub
parent a25d38a97a
commit a0a0d6c3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
pages/common/zellij.md Normal file
View File

@ -0,0 +1,25 @@
# zellij
> Terminal multiplexer with batteries included.
> See also `tmux` and `screen`.
> More information: <https://zellij.dev/documentation/>.
- Start a new named session:
`zellij --session {{name}}`
- List existing sessions:
`zellij list-sessions`
- Attach to the most recently used session:
`zellij attach`
- Open a new pane (inside a zellij session):
`Alt + N`
- Detach from the current session (inside a zellij session):
`Ctrl + N, D`