Skip to content

Instantly share code, notes, and snippets.

@n0f3
Created August 18, 2015 18:48
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 n0f3/198b461f8d621db8edbe to your computer and use it in GitHub Desktop.
Save n0f3/198b461f8d621db8edbe to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"font_face": "Input Mono",
"font_size": 12,
"font_options": ["no_round"],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true,
"word_wrap": true,
//Theme predawn settings
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"tabs_small": true,
"findreplace_small": true,
//Interface and behavior
"draw_minimap_border": true,
"overlay_scroll_bars": "enabled",
"open_files_in_new_window": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment