mode-mouse on

Close #3
pull/8/head
Bruno Sutic 2014-08-04 16:21:43 +02:00
parent 97904bc483
commit 6a9c4a78ff
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
### master ### master
- bugfix: determine the default shell from the $SHELL env var on OS X - bugfix: determine the default shell from the $SHELL env var on OS X
- set `mode-mouse on` by default
### v1.0.0, 2014-07-30 ### v1.0.0, 2014-07-30
- initial work on the plugin - initial work on the plugin

View File

@ -75,7 +75,8 @@ main() {
tmux set-option -g default-terminal "screen-256color" tmux set-option -g default-terminal "screen-256color"
fi fi
# enable mouse features for terminals that support it # enable all mouse features for terminals that support it
tmux set-window-option -g mode-mouse on
tmux set-option -g mouse-resize-pane on tmux set-option -g mouse-resize-pane on
tmux set-option -g mouse-select-pane on tmux set-option -g mouse-select-pane on
tmux set-option -g mouse-select-window on tmux set-option -g mouse-select-window on