gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.79k stars 3.36k forks source link

Error when tmux new a terminal: /root/.tmux.conf:31: usage: new-window #755

Closed thisjiang closed 3 weeks ago

thisjiang commented 1 month ago

tmux version: tmux 2.7

tmux new -s test
/root/.tmux.conf:31: usage: new-window [-adkP] [-c start-directory] [-F format] [-n window-name] [-t target-window] [command]
gpakosz commented 1 month ago

Hello @thisjiang,

Thanks for the report. This bug has been introduced by #679.

Support for new-window -e has been added in tmux 3.0. Can you please upgrade until I figure out if there's a solution?

gpakosz commented 1 month ago

Can you please try the gh-755 branch?