Skip to content

Instantly share code, notes, and snippets.

@weotch
Last active August 29, 2015 13:57
Show Gist options
  • Save weotch/9532051 to your computer and use it in GitHub Desktop.
Save weotch/9532051 to your computer and use it in GitHub Desktop.
My sublime settings
[
{
"keys": ["super+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate_browser": true,
"browser_name" : "Google Chrome"
}
}
]
{
"auto_complete_commit_on_tab": true,
"file_exclude_patterns":
[
"*.log",
"log-*",
"sessions/*",
".DS_Store",
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
"*.bmp",
"*.pxm",
"*.psd",
"*.ico",
"*.min.js"
],
"folder_exclude_patterns":
[
".svn",
".git",
"dist",
"_assets",
".sass-cache",
".bundle",
"node_modules",
".cordova"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment