Install tmux on OSX and Basics Commands for Beginners
<h1>Terminology</h1>
<p>First of all, you need to know a few terms before you learn how to use them.</p>
<ul>
<li><strong>Prefix</strong>: This is the key combination that must be entered before entering the shortcut key. The default <strong>prefix</strong> for tmux is <code>ctrl + b</code>. If the shortcut is <code>c</code> then you need to type <code><ctrl + b> + c</code>.</li>
<li><strong>Session</strong>: The largest unit managed by tmux. “attach/detach” to the <strong>session</strong>. Even if you detach from the session, the <strong>session</strong> continues to run in the background.</li>
<li><strong>Window</strong>: This is the same tab that exists in the <strong>session</strong>. You can have multiple windows in one <strong>session</strong>. You can create and switch <strong>windows</strong> within a session and switch the entire screen as you move tabs.</li>
<li><strong>Pane</strong>: This is the screen unit existing in the <strong>window</strong>. You can have multiple <strong>panes</strong> in a <strong>window</strong>. If you divide the entire screen vertically by two, two panes are created.</li>
</ul>
<p><a href="https://jeongwhanchoi.medium.com/install-tmux-on-osx-and-basics-commands-for-beginners-be22520fd95e"><strong>Website</strong></a></p>