mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-21 15:18:48 +00:00
parent
97904bc483
commit
6a9c4a78ff
@ -2,6 +2,7 @@
|
||||
|
||||
### master
|
||||
- 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
|
||||
- initial work on the plugin
|
||||
|
@ -75,7 +75,8 @@ main() {
|
||||
tmux set-option -g default-terminal "screen-256color"
|
||||
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-select-pane on
|
||||
tmux set-option -g mouse-select-window on
|
||||
|
Loading…
Reference in New Issue
Block a user