sublimetext2 - Don't remember files and changes between sessions -
sublime text seems remembering files have open (and unsaved changes) between sessions. how can make sublime text behave notepad? , ask if want save changes when quit?
in preferences -> settings - default there attributes have disable:
[...] // exiting application hot_exit enabled cause close // without prompting. unsaved modifications , open files // preserved , restored when next starting. // // closing window associated project close window // without prompting, preserving unsaved changes in workspace file // alongside project. "hot_exit": true, // remember_open_files makes application start last set of // open files. changing false have no effect if hot_exit // true "remember_open_files": true, [...]
putting both false
value achieve that.
Comments
Post a Comment