mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Merge pull request #87 from brunob/master
add minimal screen cheatsheet
This commit is contained in:
commit
30640aa0e4
1 changed files with 11 additions and 0 deletions
11
cheatsheets/screen
Normal file
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
|
Loading…
Reference in a new issue