From db48933604a997c1233801eba7406352be4fa0c7 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 14 Jan 2016 13:40:48 +0000 Subject: [tmux] Correct mouse settings --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 989a487..227c9cd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,9 +2,7 @@ set -g default-terminal screen if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal screen-256color' -set -g mode-mouse on -set -g mouse-resize-pane on -set -g mouse-select-pane on +set -g mouse on unbind C-b set -g prefix C-s -- cgit v1.2.3