jimeh / tmuxifier

Tmuxify your Tmux. Powerful session, window & pane management for Tmux.
MIT License
1.26k stars 109 forks source link

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

Open DanielisMellow opened 6 months ago

DanielisMellow commented 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}")
remondevries commented 6 months ago

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