The solution was to use the command 'tmux kill-server' before trying again. I accidentally stopped replying to the google group and started messaging Nicholas directly. (thanks again for your help, Nicholas)
On 20 May 2018 at 11:55, Nicholas Marriott <[email protected]> wrote: > Did you try tmux 2.7? > > On Sun, 20 May 2018, 11:32 Sean Smith, <[email protected]> > wrote: > >> Since tmux 2.6 it's possible to set titles for panes in tmux but I can't >> figure out how to do that for a tmux script I'm trying to put together. The >> page on github discussing the feature is here: >> https://github.com/tmux/tmux/issues/680 >> >> I installed the latest version of tmux from github (called tmux master >> when I do '$ tmux -V'). >> >> The information in the github thread seems to suggest that the correct >> format for a script would be '$ tmux select-pane -t 1 -T' test but when I >> do this I get the following error. Can anyone please advise what I should >> put in my script to set the titles of the different panes? Thanks. >> >> >> pi@raspberrypi:~ $ tmux select-pane -t 1 -T test >> tmux: unknown option -- T >> usage: select-pane [-DdegLlMmRU] [-P style] [-t target-pane] >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tmux-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
