Created
January 29, 2011 23:48
-
-
Save mconnell/802337 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings.
This file contains 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
alias sublime='open -a "Sublime Text 2"' |
This file contains 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
# Preferences -> User File Preferences | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"font_face": "Monaco", | |
"font_size": 12, | |
"draw_white_space": "selection", | |
"trim_trailing_white_space_on_save": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"tab_completion": true, | |
"save_on_focus_lost": true, | |
"highlight_line": true | |
} |
This file contains 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
# /Users/pairing/Library/Application Support/Sublime Text 2/Packages/Color Scheme - Default/Twilight.tmTheme | |
# make highlighted lines a tad more obvious in the twilight theme | |
<key>lineHighlight</key> | |
<string>#FFFFFF11</string> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment