Skip to content

Instantly share code, notes, and snippets.

@ilbonzo
Last active December 26, 2015 04:59
My SublimeText2 config file * Preferences.sublime-settings * Key Bindings User
[
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+e"], "command": "reindent"}
]
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*min.js",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 12,
"ignored_packages":
[
"Theme - Phoenix",
"Emmet"
],
"soda_folder_icons": true,
"theme": "Soda Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment