You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh /opt/homebrew/opt/tpm/share/tpm/bindings/install_plugins
It returns the same:
And of course
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
All the plugins are being installed in ~/.config/tmux/plugins/.
Thoughts
I wonder why?
I've checked tmux list-keys
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'
The text was updated successfully, but these errors were encountered:
GentryCat
changed the title
TPM keybindings for installing plugins is not working.
TPM keybinding for installing plugins is not working.
Nov 7, 2024
Issue
When I run neither CLI:
Nor
It returns the same:
And of course
Which did not show installed plugins nor would install any plugins.
Expected behaviour
However, this worked as expected
Thoughts
I wonder why?
I've checked tmux list-keys
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
The text was updated successfully, but these errors were encountered: