Last active
October 9, 2015 02:48
-
-
Save joesteinkamp/3427026 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Configuration
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
[ | |
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" }, | |
{ "keys": ["f7"], "command": "build" } | |
] |
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
{ | |
"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