diff options
author | June McEnroe <june@causal.agency> | 2016-10-04 13:50:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-10-04 13:50:00 -0400 |
commit | ed32a0fb3ef77f75be72c534b98db325a08a6011 (patch) | |
tree | b8bb1f8c0d6e9979b9cea3dd2a0362bd4d468ef5 | |
parent | Process argv in rpn (diff) | |
download | src-ed32a0fb3ef77f75be72c534b98db325a08a6011.tar.gz src-ed32a0fb3ef77f75be72c534b98db325a08a6011.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 '|' |