tpm icon indicating copy to clipboard operation
tpm copied to clipboard

TPM prefix U shows no plugins, not even itself

Open Zwyxer opened this issue 1 year ago • 3 comments

I am running tmux 3.3a on CentOS. TPM is installed correctly, as the keybinds are working and giving outputs. Attached is the config

#stop the rename whenever you cd
set -g automatic-rename off
set-window-option -g allow-rename off

#screen setting
set -g default-terminal screen-256color

#change prefix to comfy
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix

#plugin stuff
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'

#dracula config
set -g @dracula-plugins "cpu-usage ram-usage"

#init tmux plugin manager

run '~/.tmux/plugins/tpm/tpm

When I do prefix U it says

Installed plugins:

Type plugin name to update it.

- "all" - update al plugins
- ENTER - cancels

I'm guessing I should atleast see tpm listed there. But theres nothing.

Zwyxer avatar Sep 05 '24 15:09 Zwyxer

Also having this issue, any updates? I'm seeing the same behavior.

klairecodes avatar Oct 02 '24 21:10 klairecodes

same issue with valid configs it doesnt install anything.

[0/0]
TMUX environment reloaded.

Done, press ENTER to continue.

mattvb91 avatar Oct 12 '24 10:10 mattvb91

Seeing the same issue despite TPM log properly file listing the installed plugins:

tail -n 18 ~/.tmux/plugins/tpm_log.txt

[2024-11-25 15:41:12.027]       List of discovered tpm plugins: tmux-plugins/tmux-resurrect tmux-plugins/tmux-continuum fcsonline/tmux-thumbs
[2024-11-25 15:41:12.046]       Invoking /home/patrick/.tmux/plugins/tpm/bin/install_plugins
[2024-11-25 15:41:12.093]       Already installed "tmux-resurrect"
[2024-11-25 15:41:12.106]       Already installed "tmux-thumbs"
[2024-11-25 15:41:12.119]       Already installed "tmux-continuum"
[2024-11-25 15:41:12.133]       Invoking /home/patrick/.tmux/plugins/tpm/bin/update_plugins all
[2024-11-25 15:41:12.163]       Updating all plugins!
[2024-11-25 15:41:12.176]
[2024-11-25 15:41:12.574]         "tmux-resurrect" update success
[2024-11-25 15:41:12.588]           | Déjà à jour.
[2024-11-25 15:41:12.601]         "tmux-thumbs" update success
[2024-11-25 15:41:12.614]           | Déjà à jour.
[2024-11-25 15:41:12.629]         "tmux-continuum" update success
[2024-11-25 15:41:12.647]           | Déjà à jour.
[2024-11-25 15:41:12.666]       Invoking /home/patrick/.tmux/plugins/tpm/bin/clean_plugins all
[2024-11-25 15:41:12.725]       Done.

pdecat avatar Nov 25 '24 14:11 pdecat