7
在MacOS 10.12.1TMUX沒有服務器上運行/私有的/ tmp/TMUX-502 /默認
TMUX 2.3
當運行:
tmux source-file ~/.tmux.conf
遇到錯誤:
no server running on /private/tmp/tmux-502/default
在MacOS 10.12.1TMUX沒有服務器上運行/私有的/ tmp/TMUX-502 /默認
TMUX 2.3
當運行:
tmux source-file ~/.tmux.conf
遇到錯誤:
no server running on /private/tmp/tmux-502/default
我會用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並且全部爲