# Tmux ## Sessions (/) switch between sessions ## Window management .N move window to index N w choose window interactively ## Pane management q display pane indices ## Run command in new session tmux new-session \; send-keys 'command ' # can be entered with Ctrl-V + Enter ## Run command in multiple panes at once * `:setw synchronize-panes on` turn off with `:setw synchronize-panes off`