mirror of
https://github.com/gpakosz/.tmux.git
synced 2025-12-05 00:40:10 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user