mention that the 'set -g @tpm_plugins' syntax is not supported in the .local customization file

Oh my tmux! uses @tpm_plugins to integrate with TPM but doesn't support discovering
its use in configuration files, because it's tedious to support the syntax that
allows for defining variables over multiple lines with \ to denote line continuation
This commit is contained in:
Gregory Pakosz
2025-11-10 09:13:38 +01:00
parent 374e0bc8a6
commit 3ab67a5ae3

View File

@@ -444,6 +444,7 @@ tmux_conf_uninstall_plugins_on_reload=true
# /!\ do not add set -g @plugin 'tmux-plugins/tpm'
# /!\ do not add run '~/.tmux/plugins/tpm/tpm'
# /!\ the 'set -g @tpm_plugins' syntax is not supported
# to enable a plugin, use the 'set -g @plugin' syntax:
# visit https://github.com/tmux-plugins for available plugins
#set -g @plugin 'tmux-plugins/tmux-copycat'