tmux
Sessions Commands
Manage terminal sessions with tmux. Learn to create, attach, and organize persistent terminal sessions.
12 commands
Pro Tips
Name sessions: 'tmux new -s project' makes them easier to manage and identify.
Use 'tmux attach -t session' to reconnect to a session, or 'tmux a' for the last session.