Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我想打开许多不在同一路径或项目中的文件时,我希望它们在选项卡中而不是在单独的窗口中打开。
有什么设置或配置项可以做到吗?</p>
我正在使用 Textmate 2。
感谢您提供任何帮助或建议。
您可以简单地列出要打开的所有文件,并用空格分隔。例如,
mate .zshrc .dotfiles/aliases Projects/scala/hello/src/greeter/Hello.scala
在同一个 TextMate 窗口中打开三个选项卡,上面列出的三个文件各一个。您还可以使用mate .打开当前目录中的所有文件。
mate .