tmux

Terminal multiplexer — sessions, windows, and panes.

.tmux.conf
 

How to use it

  1. Save the generated file as ~/.tmux.conf (or ~/.config/tmux/tmux.conf on newer setups).
  2. Reload inside a running tmux with: tmux source-file ~/.tmux.conf (or prefix + r if enabled).
  3. If you selected plugins: install TPM first —
  4. git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  5. then start tmux and press prefix + I to install the plugins.