Last active
October 3, 2020 19:17
-
-
Save plusangel/0f62927eda039ef99199f77f301ea0e9 to your computer and use it in GitHub Desktop.
Byobu: basic shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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