Skip to content
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

Error: Tmuxifier requires Tmux v1.6 or newer. You have vnext-3.4 #105

Open
DanielisMellow opened this issue Apr 15, 2024 · 1 comment
Open

Comments

@DanielisMellow
Copy link

After the recent tmux update
tmux -V

Returns:
tmux next-3.4

Causing the following error
Error: Tmuxifier requires Tmux v1.6 or newer. You have vnext-3.4

I got around this by going to:
/.tmux/plugins/tmuxifier/libexec/tmuxifier-tmux-version

and changing line 59 to the following:

  version=${version//[!0-9]/}
  version=$(awk "BEGIN {print $version / 10.0}")
@remondevries
Copy link

remondevries commented Apr 23, 2024

I have the same issue and run the same version of tmux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants