Skip to content

Instantly share code, notes, and snippets.

@fluffels
Last active March 28, 2019 22:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fluffels/53cd7b0a466e41c8ff79 to your computer and use it in GitHub Desktop.
Save fluffels/53cd7b0a466e41c8ff79 to your computer and use it in GitHub Desktop.
Byobu Cheatsheet
  • Split vertically: Ctrl-a %
  • Split horizontally: Ctrl-a \
  • Switch between splits: Ctrl-a o | Ctrl-a [left | right | up | down]
  • Swap splits: Ctrl-a Ctrl-o
  • Start a new session: byobu -S session-name
  • Resize: Ctrl-a [Ctrl | Alt]-[left | right | up | down]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment