byobu keybindings can be user defined in /usr/share/byobu/keybindings/
(or within .screenrc
if byobu-export was used).
Key Combination | Action |
---|---|
F2 |
Create a new window |
F3 |
Move to previous window |
F4 |
Move to next window |
F5 |
Reload profile |
F6 |
Detach from this session |
F7 |
Enter copy/scrollback mode |
F8 |
Re-title a window |
F9 |
Configuration Menu |
F12 |
Lock this terminal |
Shift + F2 |
Split the screen horizontally |
Ctrl + F2 |
Split the screen vertically |
Shift + F3 |
Shift the focus to the previous split region |
Shift + F4 |
Shift the focus to the next split region |
Shift + F5 |
Join all splits |
Ctrl + F6 |
Remove this split |
Ctrl + F5 |
Reconnect GPG and SSH sockets |
Shift + F6 |
Detach, but do not logout |
Alt + PgUp |
Enter scrollback mode |
Alt + PgDn |
Enter scrollback mode |
Ctrl + A $ |
Show detailed status |
Ctrl + A R |
Reload profile |
Ctrl + A ! |
Toggle key bindings on and off |
Ctrl + A k |
Kill the current window |
Ctrl + A ~ |
Save the current window's scrollback buffer |
Each window in Byobu has up to 10,000 lines of scrollback history, which you can enter and navigate using the Alt + PgUp
and Alt + PgDn
keys. Exit this scrollback mode by hitting enter.
You can also easily copy and paste text from scrollback mode:
- Enter scrollback mode using
Alt + PgUp
orAlt + PgDn
- Start highlighting: Press the
Spacebar
to begin text selection - Select text: Use arrow keys (
↑
,↓
,←
,→
) and page keys (PgUp
,PgDn
) to navigate and select the desired text - Copy text: Press
Enter
to copy the selected text - Paste text: Use
Alt + Insert
orCtrl + A + ]
to paste the copied text