Prefix is C-s.
tmux.conf— symlinked to~/.tmux.confscripts/— custom scripts used bytmux.confplugins/— TPM-managed plugins (git-ignored, see setup below)
Catppuccin (the status bar theme) is loaded from ~/.config/tmux/plugins/catppuccin,
outside this repo, since it isn't TPM-managed here.
Opens a popup listing sessions (current one marked). While it's open:
enter— switch to the selected sessionn— type a name and create a new session (switches into it)rr— kill the selected session (pressrtwice to confirm)cr— rename the selected session (type the new name after)esc— cancel the pending action, or close the popup
git clone git@github.com:IvanCCO/tmux.git ~/.tmux
~/.tmux/install.shThen open tmux and press prefix + I to install the TPM-managed plugins
declared in tmux.conf.