Skip to content

Commit fa3e8b9

Browse files
author
Bruno Sutic
committedAug 11, 2014
Remove mode-mouse setting
Closes #4
1 parent 74c4a76 commit fa3e8b9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- set `mode-mouse on` by default
66
- do not make any decision about the prefix, just enhance it
77
- 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
89

910
### v1.0.0, 2014-07-30
1011
- initial work on the plugin

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible).
4444
# upgrade $TERM
4545
set -g default-terminal "screen-256color"
4646

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
4948
set -g mouse-resize-pane on
5049
set -g mouse-select-pane on
5150
set -g mouse-select-window on

‎sensible.tmux

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ main() {
8080
tmux set-option -g default-terminal "screen-256color"
8181
fi
8282

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
8584
tmux set-option -g mouse-resize-pane on
8685
tmux set-option -g mouse-select-pane on
8786
tmux set-option -g mouse-select-window on

0 commit comments

Comments
 (0)
Failed to load comments.