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 keybinding for installing plugins is not working. #301

Open
GentryCat opened this issue Nov 7, 2024 · 0 comments
Open

TPM keybinding for installing plugins is not working. #301

GentryCat opened this issue Nov 7, 2024 · 0 comments

Comments

@GentryCat
Copy link

GentryCat commented Nov 7, 2024

Issue

When I run neither CLI:

tmux run-shell /opt/homebrew/opt/tpm/share/tpm/bindings/install_plugins

Nor

sh /opt/homebrew/opt/tpm/share/tpm/bindings/install_plugins

It returns the same:

image

And of course
image

Which did not show installed plugins nor would install any plugins.


Expected behaviour

However, this worked as expected

sh /opt/homebrew/opt/tpm/share/tpm/scripts/install_plugins.sh
image
All the plugins are being installed in ~/.config/tmux/plugins/.

Thoughts

I wonder why?

I've checked tmux list-keys
image

I think it has something to do with how bindings/install_plugins works, is there a way of solving my problem?

Thank you!


Config

I used homebrew to install TMUX.

This is my .config/tmux/tmux.conf

tmux.conf
# Fix tmux color issues
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"

set-environment -g PATH "/opt/homebrew/bin:/usr/local/bin:/bin:/usr/bin"

# Plugins

# I used homebrew to install tpm, so I don't need to reinstall it into my .config/tmux/plugins/
# set -g @plugin 'tmux-plugins/tpm'

set -g @plugin 'catppuccin/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-online-status'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'sainnhe/tmux-fzf'
set -g @plugin 'tmux-plugins/tmux-resurrect'


run '/opt/homebrew/opt/tpm/share/tpm/tpm'
@GentryCat GentryCat changed the title TPM keybindings for installing plugins is not working. TPM keybinding for installing plugins is not working. Nov 7, 2024
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

1 participant