1
0
mirror of https://github.com/cheat/cheat.git synced 2025-04-25 10:56:06 +02:00

Merge pull request from brunob/master

add minimal screen cheatsheet
This commit is contained in:
Chris Lane 2013-09-13 17:47:28 -07:00
commit 30640aa0e4

11
cheatsheets/screen Normal file

@ -0,0 +1,11 @@
# Start a new named screen session:
screen -S session_name
# Detach from the current session:
Press Ctrl+A then press d
# Re-attach a detached session:
screen -r session_name
# List all screen sessions:
screen -ls