Sublime Forum

Autosave feature enable platform Windows 11

#1

Hello,

Anyone can help to help me enable the Autosave feature? I am using Windows 11. Thank you in advance.

0 Likes

#2

The "save_on_focus_lost" setting will save files when the app loses focus. By default ST keeps track of changes you make and will restore them upon restart.

0 Likes

#3

Thank you, will you be kind enough to tell me if this is correct?

Windows - click Preferences > Settings - User
Add this line
{ “save_on_focus_lost”: true }
Save the file
Close the file

This is what I found in the internet.

0 Likes

#4

Here are the steps:

  1. Use ctrl + shift + p to open the command palette and type Preferences: Settings and click enter.
  2. This will open a split 2 layout window. The left hand side is the default ST preferences (which is non editable, because these are defaults) and the right hand side is where you can edit yours.
  3. Type "save_on_focus_lost": true in the right hand side, save and close the window.
0 Likes

#5

Note, thank you so much.

0 Likes