Byobu: Difference between revisions

126 bytes added ,  28 May 2019
m
→‎keyboard shortcuts: add config menu & toggle UTF-8 keys
Line 15: Line 15:
<code>Ctrl+a</code> <code>c</code> - Create a new window
<code>Ctrl+a</code> <code>c</code> - Create a new window


C-a A - Rename the screen
<code>Ctrl+a</code> <code>A</code> - Rename the screen


C-a C-a - Go back to the previous window
<code>Ctrl+a</code> <code>Ctrl+a</code> - Go back to the previous window


C-a <0-9> - Switch to screen #0-9 (quick toggle)
<code>Ctrl+a</code> <<code>0</code>-<code>9</code>> - Switch to screen #0-9 (quick toggle)


C-a " - View a list of the current screens, which will allow you to select one from the list
<code>Ctrl+a</code> <code>"</code> - View a list of the current screens, which will allow you to select one from the list


C-a ' - Enter a screen number to switch to (slower version of C-a <0-9>)
<code>Ctrl+a</code> <code>'</code> - Enter a screen number to switch to (slower version of Ctrl+a <0-9>)


C-a d - Detach the whole screen session and fork to the background. Very useful for remote sessions you want to leave open. The command "screen -r" will resume your screen session.
<code>Ctrl+a</code> <code>d</code> - Detach the whole screen session and fork to the background. Very useful for remote sessions you want to leave open. The command "screen -r" will resume your screen session.


C-a <Escape> - Scroll up through your command line "history" and see what output you previously got. Hitting <Escape> again cancels it.
<code>Ctrl+a</code> <code>Esc</code> - Scroll up through your command line "history" and see what output you previously got. Hitting <Escape> again cancels it.


<span class="package">Ctrl</span>+<span class="package">a</span> <span class="package">:</span> <span class="package">clear-history</span> - clear history in the viewing buffer
<code>Ctrl+a</code> <code>:clear-history</code> - clear history in the viewing buffer


== links ==
== links ==