omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
554 stars 51 forks source link

fzf-tmux is no longer updated as new fzf flag for tmux exists #118

Open shadow-absorber opened 2 weeks ago

shadow-absorber commented 2 weeks ago

If you're stuck with an old version of tmux that doesn't support popup, or if you want to open fzf in a regular tmux pane, check out fzf-tmux script.

seems the old fzf-tmux is deprecated and this should be updated to handle the new --tmux option instead

omerxx commented 2 weeks ago

Yep! Thanks! More context: https://github.com/junegunn/fzf?tab=readme-ov-file#--tmux-mode

My only issue is that --tmux mode is rather new and this would mean users of the plugin would have breaking changes before upgrading fzf to 0.53.0

shadow-absorber commented 2 weeks ago

ah fair.... so any clue how to get the fzf-tmux script on arch linux then in the meantime???? or could you do some fzf version check to handle both older and newer versions???

shadow-absorber commented 2 weeks ago

seems they are on the version 0.44 on ubuntu 24.04

shadow-absorber commented 2 weeks ago

never mind... seems fzf-tmux is still there in newest version of fzf on arch

omerxx commented 2 weeks ago

@shadow-absorber Yep should be still there, but this issue is super important I'll keep it open