aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-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