-
-
Save flips/304c4254b3d43a4cc750a19c26b55b22 to your computer and use it in GitHub Desktop.
Text Editor Font Smoothing (Textmate & Sublime Text 2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Found this handy little tip here: | |
http://madeofcode.com/posts/12-snow-leopard-textmate-font-smoothing | |
*/ | |
/* TextMate */ | |
defaults write com.macromates.textmate AppleFontSmoothing -int 1 | |
/* Sublime Text 2 */ | |
defaults write com.sublimetext.2 AppleFontSmoothing -int 1 | |
/* Sublime Text 3 */ | |
defaults write com.sublimetext.3 AppleFontSmoothing -int 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I prefer running "defaults write com.sublimetext.3 AppleFontSmoothing -int 0" on my MacBook Pro.