Enable default mouse option in tmux

Prior to this change, I was using older versions of tmux. However, with
recent changes, I have got access to at least tmux version 2.0, which
removes the old mouse-* options and replaces them with a single `mouse`
option.

This change removes the settings for the old mouse-* options and
replaces them with the single mouse option.
master
nirenjan 2018-10-11 13:38:18 -07:00
parent a35fd2cea0
commit a26638a886
1 changed files with 1 additions and 6 deletions

View File

@ -17,12 +17,7 @@ set-window-option -g utf8 on
set-window-option -g aggressive-resize on
# Enable mouse mode
set-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g mouse-utf8 on
# I find your lack of mouse-resize-pane off disturbing
set-option -g mouse-resize-pane off
set-option -g mouse on
# Scrollback buffer
set-option -g history-limit 100000