diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index bc28b4d..30a597a 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -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