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
1 changed files with 2 additions and 4 deletions

View File

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