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