
In previous MacOS versions, TextEdit used to open with a blank file by default. After upgrading to Mountain Lion (or the latest OS), TextEdit launches with a file picker by default (either for choosing to store the file in iCloud or for opening a local file).
If you want TextEdit to open a blank file by default and you don’t want to disable syncing documents and data, go to Terminal and run the following command:
defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
To set this for TextEdit only:
defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
Then, quit and reopen TextEdit to apply the changes.
To restore the original behavior, you must run:
defaults delete -g NSShowAppCentricOpenPanelInsteadOfUntitledFile
That’s it!
Accomplished professional with over 20 years of IT experience and track record in leading initiatives pertaining Cloud Technologies and SaaS. Strong capacity for understanding and effectively communicating technology being utilized to internal and external audiences. Solid background in Sales Engineering and Consulting in both Global and Domestic markets.