From df44cef0bacffe41f012cc093476886aabc28d87 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Tue, 19 Mar 2019 23:02:21 +0100 Subject: [PATCH] Reverted so me related options in .tmux.conf --- .tmux.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 42057a6..7232241 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,13 +27,7 @@ set -g base-index 1 set -g pane-base-index 1 # Enable mouse mode -set-window-option -g mode-mouse on - -# don't rename windows automatically -set-option -g allow-rename off - -# Set history to 30000 lines -set -g history-limit 30000 +set -g mouse on ###################### ### DESIGN CHANGES ###