如何设置 Sublime 2 忘记应用程序关闭时打开的文件?
我希望 Sublime 2 每次启动时都以一个空窗口启动(或者如果我通过单击要编辑的文件来启动它,则打开单个文件)。我怎样才能实现这种行为?
I'd like Sublime 2 to start with an empty window each time I start it (or with the single file opened if I start it by clicking on a file to edit). How can I achieve this behaviour?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你真的想这样做。
转到首选项 ->全局设置 – 默认
并将
"remember_open_files"
更改为false
(而不是默认的true
)并将
“hot_exit”
更改为false
。If you really want to do this.
Go to Preferences -> Global Settings – Default
And change the
"remember_open_files"
tofalse
(instead of its default oftrue
)and change
"hot_exit"
tofalse
.