From 7e946ac148737d9af68d7dae8dfcbb19776e86d5 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 19 Oct 2015 07:25:37 -0500 Subject: [PATCH] update tmux settings for tmux 2.1 update mouse options for new settings in tmux 2.1 https://github.com/tmux/tmux/blob/bbdc08780c23187a4984d5abb674fc1fbf66e605/CHANGES --- tmux/tmux.conf.symlink | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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