Mac下的Sublime有个毛病,经常打开后,之前打开的窗口都没了,太难受了。

Windows/Linux下的sublime总是默认的以标签页的形式打开关联的文件,但是在Mac下使用Sublime打开文件,总是使用新窗口。
不用多久,就有了一堆Sublime的窗口,找东西很麻烦。
解决办法如下:

sublime text 2.x:
具体设置:

Preferences -> Settings – Default -> 搜索open_files_in_new_window,将其true 改为 false 后
重启一下sublime text 2

sublime text 3.x:
具体设置:

Preferences -> Settings – User -> 添加 "open_files_in_new_window": false,
重启一下sublime text 3

转自:
http://blog4me.sinaapp.com/index.php/archives/41.html

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2021-10-22
  • 2022-03-09
  • 2021-08-19
  • 2021-06-12
  • 2022-01-02
  • 2021-12-20
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-11-17
  • 2021-08-14
  • 2022-12-23
  • 2021-06-13
  • 2021-11-20
相关资源
相似解决方案