tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

tpm does not seem to work on tmux < 2.0 #224

Closed jaclu closed 2 years ago

jaclu commented 2 years ago

In the README it's claimed to be compatible with 1.9

In my tests with 1.9 & 1.9a tpm fails to initialize after startup.

If I run ~/.tmux/plugins/tpm/tpm inside a tmux shell to activate it manually and then do <prefix> I tmux crashes with [lost server] and the terminal is screwed up, requiring reset to get back to operational status.

If my observations are correct, I am not sure that it's relevant to fix the issue for so old tmux versions, but if so the README should only claim to be 2.0 compatible :)

jaclu commented 2 years ago

Turns out my issue was from running multiple tmux versions via asdf, so closing this