From 2ee482f9caca1d7cde913dfc568a853a807bdfa6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 11 Jan 2016 15:12:36 -0800 Subject: [PATCH] Update tmux.conf for 2.1+ --- assets/default/dotfiles/tmux.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/default/dotfiles/tmux.conf b/assets/default/dotfiles/tmux.conf index 5a71f67..3f70b3b 100644 --- a/assets/default/dotfiles/tmux.conf +++ b/assets/default/dotfiles/tmux.conf @@ -15,10 +15,8 @@ set -g default-terminal "screen-256color" unbind C-b set -g prefix C-q -# mouse -set -g mode-mouse on -setw -g mouse-select-window on -setw -g mouse-select-pane on +# Enable mouse mode 2.1+ +set-option -g mouse on # easy splitting bind | split-window -h -c "#{pane_current_path}"