tmux¶
Terminal multiplexer (https://github.com/tmux/tmux)
To detach from the current session
Press Prefix (Ctrl+b) followed by d To automatically attach/create an SSH tmux session on login (add to ~/.bashrc):
To bypass shell profiles when logging in via SSH (in case autostart locks you out)
To install Tmux Plugin Manager (TPM)
Add to ~/.tmux.conf: run '~/.tmux/plugins/tpm/tpm'
Reload tmux config, then press Prefix (Ctrl+b) followed by Shift+i to install plugins To enable pass-through escape sequences (e.g., for OSC52 clipboard or notifications): Add to ~/.tmux.conf