Skip to content

Instantly share code, notes, and snippets.

@yamsellem
Created November 25, 2014 13:25
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 yamsellem/8bf976de6085d2db166e to your computer and use it in GitHub Desktop.
Save yamsellem/8bf976de6085d2db166e to your computer and use it in GitHub Desktop.
Sublime Text 2 - Preferences
[{
"keys": ["command+b"], "command": "reveal_in_side_bar"
}]
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
"node_modules",
"bower_components",
".git"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment