Created
August 7, 2018 21:33
-
-
Save multiplemonomials/b5d233d46493611123d7ace844104569 to your computer and use it in GitHub Desktop.
My Sublime Text config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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