omerxx / tmux-sessionx

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

/.tmux/plugins/tpm/tpm' returned 1 #41

Closed GJaFreitas closed 7 months ago

GJaFreitas commented 8 months ago

I followed the guide 'Tmux From Scratch To BEAST MODE' and everything worked perfectly well until the sessionx plugin.

I wasn't able to find too much about the error code '1' online and the one thread i found said it was compatibility issues with a plugin and tmux version (https://github.com/tmux-plugins/tpm/issues/174) which is not my case most likely since i just installed tmux from the AUR.

Thank you very much for the guide, yours was the one for me.

The relevant code in my ~/.config/tmux/tmux.conf file

set -g @plugin 'omerxx/tmux-sessionx'

# I recommend using `o` if not already in use, for least key strokes when launching
set -g @sessionx-bind '<o>'
omerxx commented 7 months ago

Hi @GJaFreitas ! I'm not too sure what's wrong but, make sure you read the warning part of the readme. Basically you want to make sure FZF is relatively up to date an use a terminal that renders it properly (I run Wezterm). Tmux should also be relatively updated but I don't know of any specific release from which it breaks.

That said, I did hear of an issue people installing tmux from AUR. Care to try a different installation? Maybe from the source directly?

Also, if the above doesn't work please share your other settings and the dependencies version, let's get this working for you!

omerxx commented 7 months ago

I'm closing for now please re-open if relevant!