私は私の中にこれらを持っています.tmux.conf
#set -g mouse-utf8 on
set -g mouse on
# Allow xterm titles in terminal window, terminal scrolling with scrollbar, and setting overrides of C-Up, C-Down, C-Left, C-Right
#set -g terminal-overrides "xterm*:XT:smcup@:rmcup@:kUP5=\eOA:kDN5=\eOB:kLFT5=\eOD:kRIT5=\eOC"
# Scroll History
set -g history-limit 30000
set -g set-titles on
set -g focus-events on
# but don't change tmux's own window titles
set -w -g automatic-rename off
set-option -g default-shell /bin/zsh
ショートカットを使用しないと、マウスを使用したり、フォーカスを別のペインに変更したりできません。また、ショートカットを使用しないとタブを切り替えることもできません。私は tmux 2.1 を使用しています。