From: Sergey Matveev Date: Tue, 29 Sep 2020 09:45:49 +0000 (+0300) Subject: Newer tmux compatible options X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=93c7ca3a3c72e3c4b2fee37e6669e81753f4e980 Newer tmux compatible options --- diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2ba36e2..7c34248 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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 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-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