diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-09 10:51:54 -0700 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-09 10:51:54 -0700 |
commit | 2c25fe2c7e658ae5c53fba76b58a0741ab2b0bcc (patch) | |
tree | 70dd3f3f7831ff32ec8e6df91010f5bd93646891 /tmux.config | |
parent | fdeca00c57bbae0bfba77ab9b3af480d5a3a8936 (diff) |
Option for dealing with grouped sessions different screen sizes
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config index dd3d49c..b098341 100644 --- a/tmux.config +++ b/tmux.config @@ -91,3 +91,6 @@ set-option -g status-right "#(~/.tmux/powerline.sh right)" # Make the escape faster set -s escape-time 0 + +# Deal with screens having different +set-window-option -g aggressive-resize |