aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2019-06-05 11:20:22 -0400
committerMatt Singleton <matt@xcolour.net>2019-06-05 11:20:22 -0400
commitf74f785e7b552ca4b1d443aa59e2231865640ed0 (patch)
treed82937b48ae4f81e854ee22ba136cc2ef7c1ed8d
parent03442dac2918416118892fc34428d101b92d02e8 (diff)
update config for tmux 2.9
-rw-r--r--tmux.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/tmux.conf b/tmux.conf
index 97ed188..e685d42 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -6,19 +6,18 @@ setw -g mode-keys vi
set -g history-limit 10000
# status line
-setw -g window-status-current-attr bright
+setw -g window-status-current-style bright
set -g status-right '#(date "+%H:%M %Z %Y-%m-%d")'
-set -g status-bg white
+set -g status-style bg=white
set -g status-left " #S@#h "
set -g status-left-length 15
-set -g status-left-bg green
-set -g status-left-fg white
+set -g status-left-style bg=green,fg=white
# ui
set -g set-titles on
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
-set -g pane-border-fg white
+set -g pane-border-style fg=white
# splits
bind | split-window -h