update tmux settings for tmux 2.1

update mouse options for new settings in tmux 2.1
bbdc08780c/CHANGES
This commit is contained in:
Nick Nisi
2015-10-19 07:25:37 -05:00
parent a798da64e8
commit 7e946ac148

View File

@@ -80,10 +80,7 @@ bind -r L resize-pane -R 10
# enable mouse support for switching panes/windows
# NOTE: This breaks selecting/copying text on OSX
# To select text as expected, hold Option to disable it (iTerm2)
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
setw -g mouse on
# maximizing and restoring windows
unbind Up