Sublimetext2 如何将升华文本配置为在会话之间不记住文件和未保存的更改?

Sublimetext2 如何将升华文本配置为在会话之间不记住文件和未保存的更改?,sublimetext2,sublimetext,Sublimetext2,Sublimetext,在会话之间,升华文本会记住我打开了哪些文件(以及未保存的更改)。如何使Sublime文本在会话之间忘记这些设置?在首选项->设置-默认设置中,有一些属性必须禁用: [...] // Exiting the application with hot_exit enabled will cause it to close // immediately without prompting. Unsaved modifications and open files will // be preserve

在会话之间,升华文本会记住我打开了哪些文件(以及未保存的更改)。如何使Sublime文本在会话之间忘记这些设置?

首选项->设置-默认设置中,有一些属性必须禁用:

[...]
// Exiting the application with hot_exit enabled will cause it to close
// immediately without prompting. Unsaved modifications and open files will
// be preserved and restored when next starting.
//
// Closing a window with an associated project will also close the window
// without prompting, preserving unsaved changes in the workspace file
// alongside the project.

"hot_exit": true,

// remember_open_files makes the application start up with the last set of
// open files. Changing this to false will have no effect if hot_exit is
// true

"remember_open_files": true,
[...]
将两者都设置为“假”值,您将实现这一点。

为什么您会说这篇文章不符合我们的质量标准?这个问题涉及“程序员常用的软件工具”,是“一个实际的、可回答的问题”,因此它是主题