3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
- set ` mode-mouse on ` by default
6
6
- do not make any decision about the prefix, just enhance it
7
7
- update ` README.md ` . List options set in the plugin.
8
+ - do * not* set ` mode-mouse on ` by default because some users don't like it
8
9
9
10
### v1.0.0, 2014-07-30
10
11
- initial work on the plugin
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible).
44
44
# upgrade $TERM
45
45
set -g default-terminal "screen-256color"
46
46
47
- # enable all mouse features for terminals that support it
48
- setw -g mode-mouse on
47
+ # enable mouse features for terminals that support it
49
48
set -g mouse-resize-pane on
50
49
set -g mouse-select-pane on
51
50
set -g mouse-select-window on
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ main() {
80
80
tmux set-option -g default-terminal " screen-256color"
81
81
fi
82
82
83
- # enable all mouse features for terminals that support it
84
- tmux set-window-option -g mode-mouse on
83
+ # enable mouse features for terminals that support it
85
84
tmux set-option -g mouse-resize-pane on
86
85
tmux set-option -g mouse-select-pane on
87
86
tmux set-option -g mouse-select-window on
0 commit comments