]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Newer tmux compatible options
authorSergey Matveev <stargrave@stargrave.org>
Tue, 29 Sep 2020 09:45:49 +0000 (12:45 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 29 Sep 2020 09:45:49 +0000 (12:45 +0300)
tmux/.tmux.conf

index 2ba36e27a94bdb4fe96c37acb8fa1745835147b6..7c34248fa16bea73197ffa1581dc2e5e5fc5995c 100644 (file)
@@ -25,11 +25,10 @@ set-option -g status-justify centre
 
 set-window-option -g automatic-rename on
 set-window-option -g window-status-format "#I:#W:#T#F"
 
 set-window-option -g automatic-rename on
 set-window-option -g window-status-format "#I:#W:#T#F"
-set-window-option -g window-status-bg green
-set-window-option -g window-status-fg black
+set-window-option -g window-status-style "bg=green fg=black"
 set-window-option -g window-status-current-format "#I:#W#F"
 set-window-option -g window-status-current-format "#I:#W#F"
-set-window-option -g window-status-current-bg red
-set-window-option -g window-status-last-bg cyan
+set-window-option -g window-status-current-style "bg=red"
+set-window-option -g window-status-last-style "bg=cyan"
 
 bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer
 bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' \; delete-buffer
 
 bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer
 bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' \; delete-buffer