Tmux Cheat Sheet

Master tmux with the comprehensive cheat sheet: session management, examples, installation guide and more for the ultimate terminal multiplexer.

Tmux Cheat Sheet & Quick Reference | Session, window, pane and more

Tmux Cheat Sheet 2

Learn how to pair OpenClaw, tmux, Claude Code, and agent skills to run persistent AI agent teams with remote control, roles, and repeatable workflows.

Lerne tmux mit einem umfassenden Spickzettel: Sitzungsverwaltung, Beispiele, Installationshinweise und mehr fuer den Terminal-Multiplexer.

Maitrisez tmux avec un aide-memoire complet : gestion des sessions, exemples, guide d installation et plus encore.

Domina tmux con una chuleta completa: gestion de sesiones, ejemplos, guia de instalacion y mas para el multiplexor de terminal.

Chuleta de Tmux y referencia rapida | Sesiones, ventanas, paneles y mas

Tmux Cheat Sheet 7

In screen, I can just type C-a :number 0 to move a window to the top of the window list and push all the other windows down one. What's the equivalent command sequence for tmux? I looked at the man...

Tmux Cheat Sheet 8
If you run tmux ls you'll see that with C-x d the session is still running in the background. You can re-attach to these background sessions with tmux a -t where session is a name number.

Your local tmux has it bound to the send-prefix command. Your local tmux sends a CTRL + B to the process running in the active pane (ssh). ssh forwards it (through sshd, etc.) to the process running on the remote end (remote tmux). Your remote tmux interprets it as the prefix key; nothing is sent to the processes running under the remote tmux.