This is an old revision of the document!
shortcut | description |
CTRL-A CTRL-C | create new tab |
CTRL-A N | jump to the next tab |
CTRL-A P | jump to the previous tab |
CTRL-A 0 | jump to tab 0 |
CTRL-A 1 | jump to tab 1 |
CTRL-A D | detach session (run in background) |
CTRL-A CTRL-A | jump between windows |
command | description |
screen -S <session name> | start a new screen session |
screen -r <session name> | reattach existing screen session |
screen -x <session name> | |
screen -ls | show all screen sessions |