ctrl+b followed by... % - split pane vertically " - split pane horizontally arrow keys - change pane you're typing in :new-window 2 - switch to window 2 x - kill pane d - detach
tmux list-sessions tmux attach #will attach to last session by default tmux attach -t0 #will attach to session 0
tmux list-sessions
tmux ls