Currently VTR does the simple thing and just stores a pane_index in order to target the runner pane. If the user opens a new pane, the indexes might shift causing the commands to be sent to the wrong pane.
Wondering if there might be a way to "mark" or tag a pane (env variable? process id? pane_tty?) in some stable way that would survive window rearranging.