Skip to content

Instantly share code, notes, and snippets.

@multiplemonomials
Created August 7, 2018 21:33
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 multiplemonomials/b5d233d46493611123d7ace844104569 to your computer and use it in GitHub Desktop.
Save multiplemonomials/b5d233d46493611123d7ace844104569 to your computer and use it in GitHub Desktop.
My Sublime Text config file
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
// show unsaved tabs with a blue line instead of just the easy-to-miss circle close button
"highlight_modified_tabs": true,
// don't auto add ending parenthesis/quotes/whatever, since this seems to do more harm than good
"auto_match_enabled": false,
// wrap long lines (helps when editing Markdown)
"word_wrap": true,
// disable copying when no text is selected
"copy_with_empty_selection": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment