summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-10-04 13:50:00 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-10-04 13:50:00 -0400
commit89df73a213364003709f7e11cb91cd1487699e11 (patch)
treed5611e6e40e3ad4d4d4cae9428a65e2043ecb65c /.tmux.conf
parentProcess argv in rpn (diff)
downloadsrc-89df73a213364003709f7e11cb91cd1487699e11.tar.gz
src-89df73a213364003709f7e11cb91cd1487699e11.zip
Set tmux tab size to 20
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
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 '|'