# tmux
tmux new -s mysession # new session
tmux attach -t mysession # reattach
tmux ls # list sessions
# Inside tmux
# Ctrl+b then:
d # detach
c # new window
% # split vertical
" # split horizontal
arrow keys # navigate panes