In screen the terminal multiplexer.
- new session
screen -S NewSession - switch between sessions
ctrlathenn - detach to the current session
ctrlathend - list screens
screen -ls - attach to an attached session
screen -x pidOfSession - delete detached session
screen -X -S pidOfSession quit - To split vertically:
ctrlathen |. - To split horizontally:
ctrlathenS(uppercase one). - To unsplit:
ctrlathenQ(uppercase one).