Skip to content

Instantly share code, notes, and snippets.

@mpiannucci
Last active November 21, 2017 19:26
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 mpiannucci/8832830 to your computer and use it in GitHub Desktop.
Save mpiannucci/8832830 to your computer and use it in GitHub Desktop.
Sublime-Text 3 User Settings
[
{ "keys": ["ctrl+q"], "command": "close_file" },
{ "keys": ["ctrl+k", "ctrl+0"], "command": "fold_all" },
]
{
"color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme",
"theme": "Adaptive.sublime-theme",
"ignored_packages":
[
"Vintage"
],
"theme": "El Capitan.sublime-theme",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"spell_check": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true
}
{
"auto_complete_function_params": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment