🖥️
Screen Shortcuts
Terminal
By EZ4Code Team
Sessions
5| Shortcut | Description | Platform |
|---|---|---|
| screen -S name | Start named session | all |
| screen -ls | List sessions | all |
| screen -r name | Resume session | all |
| Ctrl+A D | Detach session | all |
| screen -d -r | Detach and resume | all |
Windows
6| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+A C | Create window | all |
| Ctrl+A N | Next window | all |
| Ctrl+A P | Previous window | all |
| Ctrl+A 0-9 | Go to window number | all |
| Ctrl+A K | Kill window | all |
| Ctrl+A A | Rename window | all |
Regions
5| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+A S | Split horizontal | all |
| Ctrl+A | | Split vertical | all |
| Ctrl+A Tab | Next region | all |
| Ctrl+A X | Close region | all |
| Ctrl+A Q | Close all but current | all |
Copy Mode
5| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+A [ | Enter copy mode | all |
| Ctrl+A ] | Paste | all |
| Space | Start selection (copy mode) | all |
| Enter | Copy selection | all |
| Esc | Exit copy mode | all |
Misc
5| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+A ? | Help | all |
| Ctrl+A H | Log output | all |
| Ctrl+A M | Monitor activity | all |
| Ctrl+A V | Version | all |
| Ctrl+A : | Command mode | all |