diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-10-04 13:50:00 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-10-04 13:50:00 -0400 |
commit | 89df73a213364003709f7e11cb91cd1487699e11 (patch) | |
tree | d5611e6e40e3ad4d4d4cae9428a65e2043ecb65c | |
parent | Process argv in rpn (diff) | |
download | src-89df73a213364003709f7e11cb91cd1487699e11.tar.gz src-89df73a213364003709f7e11cb91cd1487699e11.zip |
Set tmux tab size to 20
-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 '|' |