Update mouse settings to reflect tmux 2.1

This commit is contained in:
Kevin MacMartin 2015-10-19 21:46:02 -04:00
parent 4320721ecc
commit 4514e2a996
2 changed files with 2 additions and 8 deletions

View file

@ -41,11 +41,8 @@ set-window-option -g xterm-keys on #generate xterm-style function key sequences
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
# #
# mouse # mouse
set-option -g mode-mouse on set-option -g mouse on
set-option -g mouse-utf8 on set-option -g mouse-utf8 on
set-option -g mouse-resize-pane on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
# KEY BINDINGS # KEY BINDINGS
# #

View file

@ -41,11 +41,8 @@ set-window-option -g xterm-keys on #generate xterm-style function key sequences
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
# #
# mouse # mouse
set-option -g mode-mouse on set-option -g mouse on
set-option -g mouse-utf8 on set-option -g mouse-utf8 on
set-option -g mouse-resize-pane on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
# KEY BINDINGS # KEY BINDINGS
# #