4,461
edits
m add spaces |
|||
Line 5: | Line 5: | ||
<code>Alt + F5</code> - Toggle UTF-8 | <code>Alt + F5</code> - Toggle UTF-8 | ||
<code> | <code>Shift + F2</code> or <code>Ctrl + a</code> <code>|</code> - Split screen horizontally | ||
<code>Ctrl+F2</code> or <code>Ctrl+a</code> <code>%</code> - Split screen vertically | <code>Ctrl + F2</code> or <code>Ctrl + a</code> <code>%</code> - Split screen vertically | ||
<code>Ctrl+a</code> <code>:resize-pane -L 20</code> - Resize increase left of current window pane by 20 units (other available ones are -D, -R, -U) | <code>Ctrl + a</code> <code>:resize-pane -L 20</code> - Resize increase left of current window pane by 20 units (other available ones are -D, -R, -U) | ||
<code>Ctrl+a</code> <code>Tab</code> - Next to the next screen in a split screen | <code>Ctrl + a</code> <code>Tab</code> - Next to the next screen in a split screen | ||
<code>F2</code> or <code>Ctrl+a</code> <code>c</code> - Create a new window | <code>F2</code> or <code>Ctrl + a</code> <code>c</code> - Create a new window | ||
<code>F8</code> or <code>Ctrl+a</code> <code>A</code> - Rename the screen | <code>F8</code> or <code>Ctrl + a</code> <code>A</code> - Rename the screen | ||
<code>F3</code> or <code>Ctrl+a</code> <code>Ctrl+a</code> - Go back to the previous window | <code>F3</code> or <code>Ctrl + a</code> <code>Ctrl + a</code> - Go back to the previous window | ||
<code>Ctrl+a</code> <<code>0</code>-<code>9</code>> - Switch to screen #0-9 (quick toggle) | <code>Ctrl + a</code> <<code>0</code>-<code>9</code>> - Switch to screen #0-9 (quick toggle) | ||
<code>Ctrl+a</code> <code>"</code> - 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 | ||
<code>Ctrl+a</code> <code>'</code> - Enter a screen number to switch to (slower version of Ctrl+a <0-9>) | <code>Ctrl + a</code> <code>'</code> - Enter a screen number to switch to (slower version of Ctrl+a <0-9>) | ||
<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. | <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. | ||
<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. | <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. | ||
<code>Ctrl+a</code> <code>:clear-history</code> - clear history in the viewing buffer | <code>Ctrl + a</code> <code>:clear-history</code> - clear history in the viewing buffer | ||
=== Nested remote session === | === Nested remote session === |