Thanks for the tip! By the way, you can make this more future-proof as the version number increases. I am implementing something like this to account for incompatible changes in 2.1.
if-shell "[[ `tmux -V | cut -d' ' -f2` -ge 1.9 ]]"
Thanks for the tip! By the way, you can make this more future-proof as the version number increases. I am implementing something like this to account for incompatible changes in 2.1.