2016-12-26 42 views

回答

-2

我會用Iterm2和brew

如果您以前安裝TMUX請卸載它,如果你使用BREW與沖泡

brew uninstall tmux --force 

然後再重新安裝

brew install tmux 

終於在你的主目錄創建一個.tmux.conf文件

cd && cat > .tmux.conf                                                                    
set-option -g mouse on 

# make scrolling with wheels work 
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'" 
bind -n WheelDownPane select-pane -t= \; send-keys -M 

鍵入Ctrl - d並且全部爲