On 6 Apr 2016, at 19:34, Jacob Carlborg wrote:
I have two displays. If I have two TextMate projects open, one in each display. When opening a file from the Terminal using the "mate" command in the project located in the secondary display TextMate will correctly open that file but set the focus on the project in the first display.
Instead of `mate` can you try open the file with `open -a TextMate /path/to/file` and see if that works better?