tmux detach
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
bind-key d detach-client
I have mine bound to mod+d where mod is alt.
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 [1]
to see all of the videos in this series.
References:
[1]: https://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr