2016-12-26 22 views

答えて

-2

Iterm2と醸造

あなたがインストールした場合、以前にtmuxはあなたが醸造

brew uninstall tmux --force 

で醸造を使用する場合は、再度

brew install tmux 

それをインストールし、最終的に

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 
自分のホームディレクトリに

.tmux.confファイルを作成し、それをアンインストールしてください

タイプCtrl-dとthatsすべて

関連する問題