diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index 07d5ac30..3d78e2c4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,7 +11,7 @@ set -g renumber-windows on set -g status-position top set -g status-left '|' set -g status-right '[#S] %H:%M' -set -g window-status-format ' #{=21:pane_title} ' +set -g window-status-format ' #{=20:pane_title} ' set -g window-status-current-format '#[reverse] #{pane_title} ' set -g window-status-separator '|' |