added kill detached screen command

waldyrious/alt-syntax
snollygolly 2015-12-28 21:20:38 -06:00
parent c96cb115ed
commit d143af0cbb
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@
- Detach from inside a screen
`ctrl+A D`
- Kill a detached screen
`screen -X -S {{screen id}} quit`