tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.68k stars 415 forks source link

How does setting multiple plugins work? #255

Open depesz opened 1 year ago

depesz commented 1 year ago

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?