Misc

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

Help

List key bindings(shortcuts)

  • tmux list-keys
  • list-keys
  • ctrl+b ?

Show every session, window, pane, etc...

  • tmux info

Enable mouse mode

Add this to your ~/.tmux.conf:

from v2.1 (actual)

set -gq mouse on

before v2.1

set -gq mode-mouse on
set -gq mouse-resize-pane on
set -gq mouse-select-pane on
set -gq mouse-select-window on

Restar tmux or source-file your new .tmux.conf