Open skobkin opened 7 months ago
this is also happening to me currently.
Same issue for me. I am running ubuntu 22.04 Jelly, not sure if that matters
Your plugin configuration seems incorrect. The name of the plugin must include the github username of the author of the plugin in order to successfully locate the plugin, so as an example the line:
set -g @plugin 'tmux-mighty-scroll'
Should probably be:
set -g @plugin 'noscript/tmux-mighty-scroll'
I'm new to TPM. So it can be that I just don't understand what am I doing wrong.
But I've tried to do everything by the
README.md
~/.tmux
git
~/.tmux.conf
to add plugins I want.tmux
again.Here's how it looks for me:
My current tmux config: There are a lot of commented lines because I've experimented with tmux before TPM and wrote some status line customization myself. But I commented them to use TPM plugins instead.
Now when I use
prefix
+I
I see following:If I check what's in the
~/.tmux
directory, I'll see this:If I do
prefix
+U
it'll show me the following:tpm_is_not_working.md
also doesn't seem to have anything for my case.