> misc
9 commands for tmux misc
// misc
9 commandsEnter command mode
Ctrl + b:
Set OPTION for all sessions
: set -g OPTIONSet OPTION for all windows
: setw -g OPTIONEnable mouse mode
: set mouse onReload tmux configuration
$ tmux source-file ~/.tmux.confSet window numbering to start at 1
: set -g base-index 1Set scrollback buffer limit
: set -g history-limit 10000Send keys to a pane
$ tmux send-keys -t mysession:0 'ls -la' EnterClear pane scrollback history
: clear-history