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