ajout fonctions pour kill session screen

This commit is contained in:
Hugo LAMY
2019-11-06 18:26:26 +01:00
parent 2285a63191
commit 69f271f195

View File

@@ -4,7 +4,10 @@
**ctrl-a Q** unsplit all
**ctrl-a X** close current pane
**ctrl-a K** kill current pane
**ctrl-a \** kill all sessions
**ctrl-a \** kill all sessions (if it doesn't work see below)
**ctrl-a d** get out of screen
**screen -ls** see list of sessions
**screen -XS 42353 quit** -X execute command, -S session PID to execute on, five digit number specific at the session
**ctrl-a d** get out of screen without killing it then run: screen -r to recover session
**ctrl-a tab** switch from one splited window to another
**ctrl-a n** or **p** move to the next or previous windows