tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.95k stars 420 forks source link

tmux 3.0 support #166

Closed mirosval closed 4 years ago

mirosval commented 4 years ago

My Homebrew updated tmux to 3.0.0a and now TPM is not working properly:

For now I've downgraded to tmux 2.9 and all is back to normal, but it would be really cool to have this fixed.

I tried to poke around, but couldn't figure out what the problem is. Here I found a change list for tmux 3

brianrodri commented 4 years ago

I've also tried poking around but haven't had much luck... does anyone have any debugging tips to help us make a PR?

jbgachot commented 4 years ago

Doesn't seems to be a problem with TPM, had the same, but everything works fine by completely restarting tmux with tmux kill-server

mirosval commented 4 years ago

I can confirm that tmux kill-server fixed the problem for me.