多くのtmux設定コマンドでエラーが発生するのはなぜですか?

多くのtmux設定コマンドでエラーが発生するのはなぜですか?

誤ったオプションエラーが発生します。

例えば

.tmux.conf:36: invalid option: window-status-fg

ベストアンサー1

最新バージョンでは、多くのオプションが変更されました。

変更の案内は次のとおりです。これらすべてが追加され、次の行の残りの部分の形式が変更されたことが
わかります。-style

ここに画像の説明を入力してください。

コピーして貼り付けることができるテキストです。

setw -g window-status-style fg=cyan    
setw -ga window-status-style bg=default
setw -ga window-status-style dim 
setw -g window-status-current-style fg=white     
setw -ga window-status-current-style bg=black
setw -ga window-status-current-style bright
set -g pane-border-style fg=green      
set -ga pane-border-style bg=black
set -g pane-active-border-style fg=white
set -ga pane-active-border-style bg=yellow
set -g message-style fg=white          
set -ga message-style bg=black
set -ga message-style bright
set-window-option -g window-status-current-style bg=black 
set-window-option -ga window-status-current-style fg=yellow 
set-window-option -ga window-status-current-style dim

おすすめ記事