-
-
Save BedirYilmaz/c19987035204107cf3def958b73f7813 to your computer and use it in GitHub Desktop.
navi version of byobu cheatsheet (from F9 -> quick start guide) - http://askubuntu.com/questions/661940/i-just-dont-get-byobus-keybindings-systems-or
This file contains hidden or 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 | |
# * Used by X11 * | |
F1 | |
# Display this help | |
Shift-F1 | |
# Create a new window | |
F2 | |
# Create a horizontal split | |
Shift-F2 | |
# Create a vertical split | |
Ctrl-F2 | |
# Create a new session | |
Ctrl-Shift-F2 | |
# Move focus among windows | |
F3/F4 | |
# Move focus among windows | |
Alt-Left/Right | |
# Move focus among sessions | |
Alt-Up/Down | |
# Move focus among splits | |
Shift-Left/Right/Up/Down | |
# Move focus among splits | |
Shift-F3/F4 | |
# Move a split | |
Ctrl-F3/F4 | |
# Move a window | |
Ctrl-Shift-F3/F4 | |
# Resize a split | |
Shift-Alt-Left/Right/Up/Down | |
# Reload profile, refresh status | |
F5 | |
# Toggle UTF-8 support, refresh status | |
Alt-F5 | |
# Toggle through status lines | |
Shift-F5 | |
# Reconnect ssh/gpg/dbus sockets | |
Ctrl-F5 | |
# Change status bar's color randomly | |
Ctrl-Shift-F5 | |
# Detach session and then logout | |
F6 | |
# Detach session and do not logout | |
Shift-F6 | |
# Detach all clients but yourself | |
Alt-F6 | |
# Kill split in focus | |
Ctrl-F6 | |
# Enter scrollback history | |
F7 | |
# Enter and move through scrollback | |
Alt-PageUp/PageDown | |
# Save history to $BYOBU_RUN_DIR/printscreen | |
Shift-F7 | |
# Rename the current window | |
F8 | |
# Rename the current session | |
Ctrl-F8 | |
# Toggle through split arrangements | |
Shift-F8 | |
# Restore a split-pane layout | |
Alt-Shift-F8 | |
# Save the current split-pane layout | |
Ctrl-Shift-F8 | |
# Launch byobu-config window | |
F9 | |
# Enter command and run in all windows | |
Ctrl-F9 | |
# Enter command and run in all splits | |
Shift-F9 | |
# Toggle sending keyboard input to all splits | |
Alt-F9 | |
# * Used by X11 * | |
F10 | |
# * Used by X11 * | |
F11 | |
# Expand split to a full window | |
Alt-F11 | |
# Zoom into a split, zoom out of a split | |
Shift-F11 | |
# Join window into a vertical split | |
Ctrl-F11 | |
# Escape sequence | |
F12 | |
# Toggle on/off Byobu's keybindings | |
Shift-F12 | |
# Toggle on/off Byobu's mouse support | |
Alt-F12 | |
# Mondrian squares | |
Ctrl-Shift-F12 | |
/usr/share/doc/byobu/help.tmux.txt (END) | |
official site: | |
http://byobu.co | |
10 min video tutorial: | |
https://www.youtube.com/watch?v=NawuGmcvKus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment