Feature request: persist local tab color with tmux integration
I use iTerm2 with tmux integration heavily and do all dev work on remote server, under such setting. I'd open bunch of tabs, one would run a vim server for editing, one compiling, one running test code, one doing hive query etc. When there are more than a handlful tabs, it becomes hard to keep track of which tab is doing what. Typically I color tab differently to provide visual cue which tab is doing what.
However, this is not currently persisted when tmux's reconnected. Seems easy change since other stuff (tabs, splits) are persisted already.
Thanks!