From 3cbf9d40cfd305ba1f73ecb14359810713f0ba03 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 26 Jun 2015 14:45:16 -0700 Subject: [PATCH] Add padding to tmux status-left This fixes the formatting issue in tmux 2.0. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f080b6b..7c33fc8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -63,7 +63,7 @@ set-option -g status-position top # @ set-option -g status-left "#[fg=blue]#(whoami) " set-option -ga status-left "#[fg=green]#h " -set-option -ga status-left "#[fg=brightmagenta][#S]" +set-option -ga status-left "#[fg=brightmagenta][#S] " # Status bar - left length set-option -g status-left-length 40