From f74f785e7b552ca4b1d443aa59e2231865640ed0 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 5 Jun 2019 11:20:22 -0400 Subject: update config for tmux 2.9 --- tmux.conf | 9 ++++----- 1 file 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 -- cgit v1.2.3