最近用sublime的时候总是打开新窗口而不是新标签页,切换很麻烦。所以查了一下解决办法。
sublime设置,找到[command+F]
// On Mac, this value is overridden in the platform specific settings. "open_files_in_new_window": "never",
把"never"修改为false [记得取消双引号]。然后复制到右侧本地设置,或者一开始就在右侧本地设置上更改。
{
"open_files_in_new_window": false,
}