Table of Contents

screen

screen is a terminal multiplexer like tmux

Keybinds

ctrl + a → Default leader

Windows

leader + c → create new window
leader + n → next window
leader + p → previous window
leader + " → list of open windows.

Tips and tricks

screen -X -S [session # you want to kill] quit
screen -rd [session # you want to dettach/force keepalive packet to drop]