diff options
-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 |