From ad6acf1be9159c99e7f0dba16f7cfe5291ec162a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 20 Oct 2015 08:36:40 +0300 Subject: [PATCH] tmux: remove options causing errors on 2.1-1 --- conf/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index b47d7371..07f47048 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -42,7 +42,3 @@ set -g default-command "${SHELL}" # Resize window (not session) based on the smallest client viewing it setw -g aggressive-resize on - -# Prevent freezing when lots of text is sent to output -setw -g c0-change-trigger 10 -setw -g c0-change-interval 250