Skip to content

Instantly share code, notes, and snippets.

@geapi
Last active September 16, 2015 15:07
Show Gist options
  • Save geapi/fcae407f866186ed48d3 to your computer and use it in GitHub Desktop.
Save geapi/fcae407f866186ed48d3 to your computer and use it in GitHub Desktop.
Setting save when focus lost in TextMate 2

###TextMate 2 save on focus lost create file .tm_properties in home folder and add saveOnBlur = true to it

mate $HOME/.tm_properties

and insert

saveOnBlur = true

save and restart TextMate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment