From 32d6987054a3ad19ce6d7f67ce6d8ac81262fdcc Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 15 Aug 2012 07:44:01 -0500 Subject: [PATCH] Added aggressive-resize and disabled tmux alerts --- tmux/tmux.conf.symlink | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index e34e31a..380311e 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -8,9 +8,18 @@ unbind C-b set -g prefix C-a bind C-a send-prefix +# Activity Monitoring +setw -g monitor-activity off +set -g visual-activity off + # reattach to user namespace # set-option -g default-command "reattach-to-user-namespace -l zsh" +# Rather than constraining window size to the maximum size of any client +# connected to the *session*, constrain window size to the maximum size of any +# client connected to *that window*. Much more reasonable. +setw -g aggressive-resize on + # make delay shorter set -sg escape-time 0