Skip to content

Instantly share code, notes, and snippets.

@mconnell
Created January 29, 2011 23:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mconnell/802337 to your computer and use it in GitHub Desktop.
Save mconnell/802337 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings.
alias sublime='open -a "Sublime Text 2"'
# 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
}
# /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