Skip to content

Instantly share code, notes, and snippets.

@Victa
Created August 22, 2012 12:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Victa/3424897 to your computer and use it in GitHub Desktop.
Save Victa/3424897 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+i"], "command": "toggle_setting", "args": {"setting": "gutter"} }
]
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"file_exclude_patterns":
[
"*.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",
".sass-cache"
],
"font_face": "Menlo",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"highlight_modified_tabs": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
"bold_folder_labels": true,
"caret_style": "phase",
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment