tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.68k stars 415 forks source link

how to update TPM itself? #268

Closed rodhash closed 4 months ago

rodhash commented 8 months ago

Hi

Either by using Prefix + U or the CLI script ~/.tmux/plugins/tpm/bin/update_plugins I get all plugins updated except for TPM itself.

I suppose we don't need to go in there and manually pull the changes, right? Couldn't find in the docs any other update method that includes TPM .. any idea?

https://github.com/tmux-plugins/tpm/assets/29671981/2efbc289-e30a-4014-b752-02ec7719dc42

RossBarnie commented 5 months ago

Prefix + U works for me. Is tpm installed in the same directory as other plugins? I had a similar issue in neovim the other day where the update command was only looking in the plugins directory and my plugin manager was installed in a different directory so was never updated. I imagine this is the same problem.

rodhash commented 4 months ago

Yeah it was not there .. just reinstalled and it's fine now, thanks