aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-21 14:34:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-21 14:34:18 +1300
commita0562f5e118795c718add7dca5c558bae5605fbd (patch)
treea69c4f21aa5172b0bc0f1fb88c344a44b3ef8565 /tmux
parentFunction to print all arguments one per line (diff)
downloaddotfiles-a0562f5e118795c718add7dca5c558bae5605fbd.tar.gz
dotfiles-a0562f5e118795c718add7dca5c558bae5605fbd.zip
Spaces status-{left,right} due to tmux change
Commit d24c9d7d3efc3be0d4ba28616c3d5e3ef494258a in tmux changes these options so that the space is no longer implicit.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
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