tmux detach ━━━━━━━━━━━ https://youtu.be/A1qx3tNKDdA Date: August 1, 2021 https://youtu.be/A1qx3tNKDdA tmux detach is a handy tmux command that will quit your current session while keeping it running. The full name of the comamnd is detach-client, detach is a shorthand. default keybinding [code] bind-key d detach-client I have mine bound to mod+d where mod is alt. [code] bind -n M-d detach-client https://waylonwalker.com/tmux-nav-2021/ │ for more information on how I navigate tmux, check out this full post Also check out the full YouTube tmux-playlist <https://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr> to see all of the videos in this series.