Revert "Enable tmux mouse support."

This reverts commit 1dcde79f70.
This commit is contained in:
cheetah 2013-03-11 02:27:45 +04:00
parent 1dcde79f70
commit 60c700f268

View File

@ -70,10 +70,8 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
# auto window rename # auto window rename
set-window-option -g automatic-rename set-window-option -g automatic-rename
# mouse support # rm mouse mode fail
set-option -g mouse-select-pane on set -g mode-mouse off
set-option -g mouse-select-window on
set-window-option -g mode-mouse on
# color # color
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"