Config Generator
Choose settings for your .tmux.conf, review the result, and download it.
Core Settings
Interface
Keybindings
Plugins
Preview: .tmux.conf
bash
1# tmux configuration generated by tmux.info2# https://tmux.info/tools/config-generator34# Enable Mouse Support5set -g mouse on67# Increase History Limit8set -g history-limit 50000910# Start Index at 111set -g base-index 112setw -g pane-base-index 11314# Vim Navigation15bind h select-pane -L16bind j select-pane -D17bind k select-pane -U18bind l select-pane -R1920# Reload Binding21bind r source-file ~/.tmux.conf \; display "Config reloaded!"Save the downloaded file as ~/.tmux.conf; some browsers remove the leading dot. If you already have a config, merge the settings you want or use the install script to create a backup first.