<div dir="ltr"><div>Hey there,</div><div><br></div>I'm trying to figure out how to get back to a command's HTML window after the command has finished. <span style="font-family:arial,sans-serif">What I currently have works fine:</span><div><font face="arial, sans-serif"><br></font></div><div><font face="monospace">#!/usr/bin/env ruby18<br><br>require "#{ENV['TM_SUPPORT_PATH']}/lib/tm/executor"<br><br>ENV['EDITOR'] = 'mate --wait'<br>TextMate::Executor.run("eyaml", "edit", "#{ENV['TM_FILEPATH']}")<br></font></div><div><br></div><div>I have Output set to show in a new HTML window and I do get the output there. I'm just wondering if there's a way to get TM to automatically return to the HTML window after I've closed the modified eyaml (so I don't miss any error output for example).</div><div><br></div><div>Thanks,</div><div>George</div></div>