Skip to content

Instantly share code, notes, and snippets.

@plusangel
Last active October 3, 2020 19:17
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 plusangel/0f62927eda039ef99199f77f301ea0e9 to your computer and use it in GitHub Desktop.
Save plusangel/0f62927eda039ef99199f77f301ea0e9 to your computer and use it in GitHub Desktop.
Byobu: basic shortcuts
byobu new -s embedded-cookbook
byobu list-sessions
byobu attach-session -t embedded-cookbook
byobu kill-session -t embedded-cookbook
F6 will detach your current Byobu session
F2 creates new windows within the current session.
F3 and F4 scroll left and right through the windows list.
F8 renames the current open window in the list
SHIFT+F2 creates a horizontal pane
CTRL+F2 creates a vertical one
SHIFT+LEFT/RIGHT/UP/DOWN
SHIFT+F3/F4 switches between panes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment