Common Options and Scope in tmux
From the tmux cheat sheet ยท Configuration ยท verified Aug 2026
Common Options and Scope
Set server, session, window, or pane behavior.
bash
set -g mouse on
set -g history-limit 50000๐ -g changes the global default scope
๐ Session and window options have separate scopes
๐ก Inspect an option before overriding it
โ ๏ธ Raising history-limit increases memory use
optionsscopemousehistory
Continue with tmux
Save the full cheat sheet or work through every related task.