Open
Description
Hi,
I was wondering if there is a hard reason to make tpm incompatible with older tmux versions, in Ubuntu Precise the default tmux is 1.6-1ubuntu1, I know about ppas with more up to date versions but sometimes I end in systems with older tmux versions.
I reviewed the code and made it work with tmux 1.6 by modifying slightly the tmux invocations and changing set -g
with setenv -g
, eg.
setenv -g @tpm_plugins "tmux-plugins/tmux-example-plugin"
run-shell "~/.tmux/plugins/tpm/tpm"
If these changes are of any interest I could work on a branch for merging on tpm.