mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 22:15:27 +02:00
33 lines
505 B
Markdown
33 lines
505 B
Markdown
# byobu
|
|
|
|
> Window manager and terminal multiplexer.
|
|
> See also: `tmux` and `screen`.
|
|
> More information: <https://www.byobu.org/documentation>.
|
|
|
|
- Start a new session:
|
|
|
|
`byobu`
|
|
|
|
- Configuration and help:
|
|
|
|
`byobu-config`
|
|
|
|
- Select tmux (default) or screen backend:
|
|
|
|
`byobu-select-backend`
|
|
|
|
- Enable automatic startup after login into text console:
|
|
|
|
`byobu-enable`
|
|
|
|
- Disable automatic startup after login into text console:
|
|
|
|
`byobu-disable`
|
|
|
|
- Detach from `byobu`:
|
|
|
|
`<F6>`
|
|
|
|
- Kill a window:
|
|
|
|
`<Ctrl a><k>`
|