@butwerenotthereyet Could you please have a look at commit 2fdae94c033d7a1e4419f2eb082a98d7a6ef8ec6? It changes many of the lines you already refactored. I think it should be enough to use one ID per -t switch since all IDs are unique in one tmux server instance. Or do I miss something here?
@IngoMeyer441 Looking good! You're right--I got carried away with IDs. 😅 I like how still some commands (window-size) get window_id. And getting rid of subshells! 🚀
@butwerenotthereyet Could you please have a look at commit 2fdae94c033d7a1e4419f2eb082a98d7a6ef8ec6? It changes many of the lines you already refactored. I think it should be enough to use one ID per
-t
switch since all IDs are unique in one tmux server instance. Or do I miss something here?