Skip to content

Instantly share code, notes, and snippets.

@legend80s
Last active June 29, 2017 04:48
Show Gist options
  • Save legend80s/d9a1c5cc83c064c2dabc5b36cf944db9 to your computer and use it in GitHub Desktop.
Save legend80s/d9a1c5cc83c064c2dabc5b36cf944db9 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
// edit ~/.gitconfig add
[alias]
co = checkout
ci = commit
st = status
{
"color_scheme": "Packages/User/SublimeLinter/Monokai Phoenix (SL).tmTheme",
"font_face": "Monaco",
"font_size": 16,
"ignored_packages":
[
"Anaconda",
"Vintage"
],
"open_files_in_new_window": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": true,
// show node_modules in sidebar but exclude it to show in `CMD + P` prompt
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "node_modules/**"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment