tmux
modern multiplexer
tmux new
creates first window
to reattach
type ls, and then based off the window numbers displayed, you would use the command: tmux attach-session -t windownumber
Ctrl+B &
kill current window
Ctrl+B %
split current screen window vertically into two panes
Ctrl+B “
split current screen window horizontally into two panes
Ctrl+B D
detach from current window
Ctrl+B L
move to previous window
Ctrl+B N
move to next window
Ctrl+B O
move to next panel
Ctrl+O
rotates panes forward in current window