Skip to content

Instantly share code, notes, and snippets.

@joesteinkamp
Last active October 9, 2015 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesteinkamp/3427026 to your computer and use it in GitHub Desktop.
Save joesteinkamp/3427026 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Configuration
[
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" },
{ "keys": ["f7"], "command": "build" }
]
{
"bold_folder_labels": true,
"font_face": "Source Code Pro",
"font_size": 9.5,
"tab_size": 4,
"highlight_line": true,
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"theme": "Soda Dark.sublime-theme",
"spell_check": true,
"folder_exclude_patterns": [
".git",
".dropbox.cache"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment