I have two recent MacBook Pros, both running OS X 10.14. Both are using the latest version of iTerm2, with the same exact config. Both are running tmux 2.9, installed via homebrew. However, one of them is having an issue with not recognizing several commands, and I am completely stumped. The error message is as follows:
/Users/jeff/.tmux.conf:61: invalid option: pane-border-fg
/Users/jeff/.tmux.conf:62: invalid option: pane-active-border-fg
/Users/jeff/.tmux.conf:66: invalid option: message-bg
/Users/jeff/.tmux.conf:67: invalid option: message-fg
/Users/jeff/.tmux.conf:84: invalid option: status-attr
/Users/jeff/.tmux.conf:87: invalid option: window-status-fg
/Users/jeff/.tmux.conf:88: invalid option: window-status-bg
/Users/jeff/.tmux.conf:89: invalid option: window-status-attr
/Users/jeff/.tmux.conf:91: invalid option: window-status-current-fg
/Users/jeff/.tmux.conf:92: invalid option: window-status-current-bg
/Users/jeff/.tmux.conf:93: invalid option: window-status-current-attr
This just began occurring, seemingly from nowhere. I can't find any similar instances via Google!
Removed in 2.9.
Use *-style instead. Check the man page.
Ah, sorry for missing the other issue. Thanks, I鈥檒l give it a shot.
Edit: I鈥檒l update this comment with my results.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Removed in 2.9.
Use
*-styleinstead. Check the man page.