9

So I've been trying TextMate 2 out and one of the changes is split panes. Now when I run rspec tests the output appears in a split pane at the bottom of the screen.

Has anyone figured out how to move this back to a separate window or is it just not possible? I used to move the test output to another screen but I can't figure out is that's possible in the alpha?

slhck
  • 235,242

2 Answers2

10

Try this on the terminal:

defaults write com.macromates.TextMate.preview htmlOutputPlacement window
4

This is now in the GUI

⌘, → "Show Command Output" New window

tim
  • 409