tmux
Terminal multiplexer — sessions, windows, and panes.
How to use it
- Save the generated file as ~/.tmux.conf (or ~/.config/tmux/tmux.conf on newer setups).
- Reload inside a running tmux with: tmux source-file ~/.tmux.conf (or prefix + r if enabled).
- If you selected plugins: install TPM first —
- git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- then start tmux and press prefix + I to install the plugins.