Appearance
tmux allows to create a session that runs seperate from the existing terminal session. It's pretty handy for leaving sessions alive on the SSH server.
tmux
tmux new -s mysession
⌃ + B then D
tmux attach -t mysession