많은 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

관련 정보