-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmux 3.0 errors #30
Comments
In the meantime, if you're using brew, here's a good article on how to downgrade to v2.9a: |
So I went through, and I added |
I'm having the same issue. Are you willing to do a PR on this? (or diff) |
This PR (#31) fixed the issue for me. |
If anyone wants to install the most recent tmux 2.9:
|
you are missing an 'm' in tmux. The correct command is: |
I think macOS somehow autocorrected it to tux. Thanks!
… On Jan 6, 2020, at 8:02 PM, Brandon ***@***.***> wrote:
If anyone wants to install the most recent tmux 2.9:
brew uninstall tux && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/c2a5cd21a94f5574458e16198f2c4a1b7a93a0c9/Formula/tmux.rb && brew pin tmux
you are missing an 'm' in tmux. The correct command is:
brew uninstall tmux && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/c2a5cd21a94f5574458e16198f2c4a1b7a93a0c9/Formula/tmux.rb && brew pin tmux
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm experimenting some errors with MacOS Catalina and latest Tmux 3.0
.tmux.conf:43: syntax error
that seems to be related with:
Seems to be a problem with the lack of
''
, maybe I will tryunbind '{'
in all special charactersThen de next error is with the conditional statement
if
, that may be because is now needed deif-shell
???If somebody has a guide on how to migrate this to Tmux 3.0, will be very appreciated
The text was updated successfully, but these errors were encountered: