Tmux Cheat Sheet

Tmux Cheat Sheet

Sessions $ tmux $ tmux new $ tmux new-session : new Start a new session $ tmux new-session -A -s mysession Start a new session or attach to an existing session named mysession $ tmux new -s…