tpm icon indicating copy to clipboard operation
tpm copied to clipboard

How does setting multiple plugins work?

Open depesz opened this issue 1 year ago • 0 comments

In the doc I see that you use:

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

The thing is that after running this @plugin will have value of 'tmux-plugins/tmux-sensible' - so how does that work that it would load them both?

Do you grep the plugin names out of config?

depesz avatar Jul 05 '23 14:07 depesz