Tmux Cheat Sheet

Linux
<p>The commands I tend to use...</p> <pre><code>c-b % : split vertical c-b &quot; : split horizontal c-b &lt;arrow&gt; : navigate c-b c : create new c-b n : next window c-b p : previous window c-b d/D : detach

tmux list-sessions (ls) : list sessions tmux attach (a) -t num/name : re-attach to session tmux new -s session_name tmux rename-session -t 0 session_name
</code></pre>

<p>From: http://tmuxcheatsheet.com/</p>

© 2026 Code0x378