Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPM prefix U shows no plugins, not even itself #294

Open
Zwyxer opened this issue Sep 5, 2024 · 3 comments
Open

TPM prefix U shows no plugins, not even itself #294

Zwyxer opened this issue Sep 5, 2024 · 3 comments

Comments

@Zwyxer
Copy link

Zwyxer commented Sep 5, 2024

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.

@klairecodes
Copy link

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

@mattvb91
Copy link

same issue with valid configs it doesnt install anything.

[0/0]
TMUX environment reloaded.

Done, press ENTER to continue.

@pdecat
Copy link

pdecat commented Nov 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants