We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}")
The text was updated successfully, but these errors were encountered:
I have the same issue and run the same version of tmux.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: