Skip to content

Instantly share code, notes, and snippets.

@rzani
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzani/474a545625c3d6bee249 to your computer and use it in GitHub Desktop.
Save rzani/474a545625c3d6bee249 to your computer and use it in GitHub Desktop.
Using Byobu

Using byobu

What's byobu?

Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.

Create new session

$ byobu new -s yourname

Detach session

 press F6

or

Ctrl a + d
```

**Retach session**

```shell
byobu 
```

If you have more than one session, you'll need choose the session number


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment