Open DanielisMellow opened 6 months ago
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}")
I have the same issue and run the same version of tmux.
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: