Skip to main content

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.info
2# https://tmux.info/tools/config-generator
3
4# Enable Mouse Support
5set -g mouse on
6
7# Vi Copy Mode
8setw -g mode-keys vi

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.