>cheatref
tmux
> tmux/misc

> misc

9 commands for tmux misc

// misc

9 commands
Enter command mode
Ctrl + b:
Set OPTION for all sessions
: set -g OPTION
Set OPTION for all windows
: setw -g OPTION
Enable mouse mode
: set mouse on
Reload tmux configuration
$ tmux source-file ~/.tmux.conf
Set window numbering to start at 1
: set -g base-index 1
Set scrollback buffer limit
: set -g history-limit 10000
Send keys to a pane
$ tmux send-keys -t mysession:0 'ls -la' Enter
Clear pane scrollback history
: clear-history

// categories

> sessions> windows> panes> copy mode> misc> help
> view all tmux commands

// categories

> sessions> windows> panes> copy mode> misc> help

// back to tmux commands

> view all tmux commands

> cheatref.com — simple and minimal cheat sheets

AboutPrivacy© 2026 goyostudio