Config Files and Reloading in tmux

From the tmux cheat sheet ยท Configuration ยท verified Aug 2026

Config Files and Reloading

Store settings and load changes without restarting.

bash
# ~/.tmux.conf
set -g mouse on
๐Ÿ“Œ User config is read when the server starts
โšก source-file applies edits to a running server
๐Ÿ’ก Show a message after a successful reload
๐Ÿ” Existing objects may retain some local options
configurationreloadtmux-conf

Continue with tmux

Save the full cheat sheet or work through every related task.

More tmux tasks

Back to the full tmux cheat sheet