Skip to content

Instantly share code, notes, and snippets.

@pmagwene
Created November 15, 2011 14:05
Show Gist options
  • Save pmagwene/1367153 to your computer and use it in GitHub Desktop.
Save pmagwene/1367153 to your computer and use it in GitHub Desktop.
Prevent TextMate from restoring files from last session
If you want to change this behavior, open Terminal.app and type
defaults write com.macromates.textmate OakDisableSessionRestore 1
This will make Textmate not remember the last session.
Change the 1 by 0 if you want the default behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment