|
I've been tweaking my Sublime for 5 months or so, and this is how my config file looks so far. "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"margin": 0,
"move_to_limit_on_up_down": true,
"remember_open_files": false,
"shift_tab_unindent": true,
"tab_completion": false,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"word_wrap": false
I'd suggest going through the default settings file to see what options there are to change. It's pretty darn configurable.I'd also like to suggest the plugins Bracket Highlighter and Emmet (previously Zen Coding). I also use Package Manager, Sublime Linter, and FileDiffs as mentioned in the article. |