fix(tmux): update deprecated config for tmux 2.9+

This commit is contained in:
George Rawlinson 2019-05-03 13:41:49 +12:00
parent 039fe49e6b
commit feb350131f
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 11 deletions

View File

@ -22,11 +22,10 @@ set -g mouse on # enable mouse mode
# VISUAL CHANGES # # VISUAL CHANGES #
##################### #####################
# general # general
set -g status-position top # status bar at top set -g status-position top # status bar at top
set -g status-fg colour6 # default foreground colour set -g status-style "fg=colour6,bg=black" # {fore,back}ground colours
set -g status-bg black # default background colour set -g window-status-separator " " # status separator - space
set -g window-status-separator ' ' # status separator - space set -g status-left "" # left status bar not used
set -g status-left "" # left status bar not used
# right status bar - prefix/copy status - iso8601 date + time # right status bar - prefix/copy status - iso8601 date + time
set -g status-right "#{prefix_highlight} #[fg=black,bg=colour6] %y-%m-%d #[bg=black] #[fg=black,bg=colour4] %H:%M " set -g status-right "#{prefix_highlight} #[fg=black,bg=colour6] %y-%m-%d #[bg=black] #[fg=black,bg=colour4] %H:%M "
@ -38,14 +37,11 @@ set -g window-status-current-format "#[fg=black,bg=colour4] #I #[fg=colour4,bg=c
set -g window-status-format "#[fg=colour6,bg=colour238] #I #[fg=colour6,bg=colour238] #W " set -g window-status-format "#[fg=colour6,bg=colour238] #I #[fg=colour6,bg=colour238] #W "
# panes # panes
set -g pane-active-border-fg colour4 # border foreground colour of active pane set -g pane-active-border-style "fg=colour4,bg=colour236" # active pane style
set -g pane-active-border-bg colour236 # border background colour of active pane set -g pane-border-style "fg=colour238,bg=colour236" # inactive pane style
set -g pane-border-fg colour238 # border foreground colour of inactive pane(s)
set -g pane-border-bg colour236 # border background colour of inactive pane(s)
# messages # messages
set -g message-fg black # foreground colour of messages set -g message-style "fg=black,bg=colour5"
set -g message-bg colour5 # background colour of messages
# prefix highlight # prefix highlight
set -g @prefix_highlight_fg black # highlight foreground set -g @prefix_highlight_fg black # highlight foreground