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.