diff options
author | Matt Singleton <matt@xcolour.net> | 2019-06-05 11:20:22 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2019-06-05 11:20:22 -0400 |
commit | f74f785e7b552ca4b1d443aa59e2231865640ed0 (patch) | |
tree | d82937b48ae4f81e854ee22ba136cc2ef7c1ed8d | |
parent | 03442dac2918416118892fc34428d101b92d02e8 (diff) |
update config for tmux 2.9
-rw-r--r-- | tmux.conf | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |