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

Installed sucefully but does not launch #120

Closed dirad closed 1 week ago

dirad commented 2 weeks ago

using fzf 0.50.0 tmux 3.3a

I've installed the plugin with tpm, but invoking it doesn't do anything. I've tried several different keys.

looking at tmux messages, I dont even see anything trying to run. As if the key bind doesnt register.

About tmux-fzf , I could not find what is the way in install it* - I'm currently configured fzf to run with "--tmux". But even without it, i expected something to happen, at least an error...?

dirad commented 2 weeks ago

Update -

Not sure what I did, but now i'm able to see some sessionx related messages in 'show-messages` Still nothing pops up though.

josmas commented 2 weeks ago

Make sure you also have bat installed. I had a similar issue and it was because I missed the dependencies.

the-spanish-guy commented 2 weeks ago

maybe something here will help you #22

dirad commented 2 weeks ago

it was this!

fzf was installed only for my user, using git. Installed via apt, which was a couple versions back but still good, and voila.

Now im left wondering - why would that make a difference, when i am the user running all of these? (fzf should have been available)

dirad commented 1 week ago

fzf should be installed globally .