How to set up Sublime 2 to forget the files opened on the application close?

StackOverflow https://stackoverflow.com/questions/8088656

  •  26-02-2021
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

If you really want to do this.

Go to Preferences -> Global Settings – Default

And change the "remember_open_files" to false (instead of its default of true) and change "hot_exit" to false.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top