2025-01-25 07:16:58 +01:00
|
|
|
# byobu
|
|
|
|
|
|
|
|
> Window manager and terminal multiplexer.
|
2025-07-30 07:32:48 +03:00
|
|
|
> See also: `tmux`, `screen`.
|
2025-01-25 07:16:58 +01:00
|
|
|
> 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`
|
2025-03-17 12:07:33 +02:00
|
|
|
|
|
|
|
- Detach from `byobu`:
|
|
|
|
|
|
|
|
`<F6>`
|
|
|
|
|
|
|
|
- Kill a window:
|
|
|
|
|
|
|
|
`<Ctrl a><k>`
|