From 89df73a213364003709f7e11cb91cd1487699e11 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 4 Oct 2016 13:50:00 -0400 Subject: Set tmux tab size to 20 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') 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 '|' -- cgit 1.4.1