tmux: Migrate to 2.9 syntax

This commit is contained in:
Johanna Dorothea Reichmann 2019-06-16 12:18:43 +02:00
parent dfe47e9bbd
commit 3704d8a67c
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -1,3 +1,4 @@
# vi:syntax=tmux
# Reload the config with the "r" key # Reload the config with the "r" key
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
@ -12,25 +13,21 @@ set set-titles on
set set-titles-string "tmux: [#H] [#S] [#W:#D #I:#P]" set set-titles-string "tmux: [#H] [#S] [#W:#D #I:#P]"
# Change pane colors # Change pane colors
set -g pane-border-fg colour237 set -g pane-border-style fg=colour237
set -g pane-active-border-fg colour199 set -g pane-active-border-style fg=colour199
# Tweak currently active window # Tweak currently active window
setw -g window-status-current-style fg=colour255 #fg=colour236 setw -g window-status-current-style bg=colour199,fg=colour255,none
setw -g window-status-current-style bg=colour199
#setw window-status-current-bg colour199
setw -g window-status-current-format " #F[#W] " setw -g window-status-current-format " #F[#W] "
setw -g window-status-current-style none # Tweak last active window style
setw -g window-status-last-style fg=colour255,bg=colour238,none
# Tweak display of window overview # Tweak display of window overview
setw -g window-status-format " #F[#W][#I] " setw -g window-status-format " #F[#W][#I] "
setw -g window-status-style bg=colour237 setw -g window-status-style bg=colour233,fg=colour255,none
setw -g window-status-style fg=colour255
#setw window-status-fg colour255
# Tweak status line design # Tweak status line design
set status-bg colour235 set -g status-style bg=colour235,fg=colour199
set status-fg colour199
set status-justify centre set status-justify centre
set status-left " [#H] [#S] " set status-left " [#H] [#S] "
set status-left-length 100 set status-left-length 100