morphinewan
morphinewan

Reputation: 444

How to open files in one single window when using Textmate 2

When I want to open many files which are not in the same path or projects, I want to them to be opened in tabs not in separated windows.

Is there any setting or configuration item to do this?

I am using Textmate 2.

Thank you for any help or advise.

Upvotes: 1

Views: 915

Answers (1)

Mark Nichols
Mark Nichols

Reputation: 1503

You can simply list all the files you want to open separated by a space. E.g.,

mate .zshrc .dotfiles/aliases Projects/scala/hello/src/greeter/Hello.scala

Opens three tabs in the same TextMate window, one each for the three files listed above. You can also use mate . to open all files in the current directory.

Upvotes: 3

Related Questions