From a0562f5e118795c718add7dca5c558bae5605fbd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 21 Nov 2014 14:34:18 +1300 Subject: Spaces status-{left,right} due to tmux change Commit d24c9d7d3efc3be0d4ba28616c3d5e3ef494258a in tmux changes these options so that the space is no longer implicit. --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d603408b..d7e50f79 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -77,10 +77,10 @@ set-window-option -g monitor-activity on set-window-option -g window-status-activity-attr none # Session title on the left side of the status bar -set-option -g status-left '[#S]' +set-option -g status-left '[#S] ' # Hostname and the current date on the right side of the status bar -set-option -g status-right '[#H] #(date +"%F %T")' +set-option -g status-right ' [#H] #(date +"%F %T")' # The first window in a session has index 1, rather than 0 set-option -g base-index 1 -- cgit v1.2.3