我有这些在我的.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 。