Skip to content

Instantly share code, notes, and snippets.

@xtornasol512
Created November 15, 2013 05:28
Show Gist options
  • Save xtornasol512/7479554 to your computer and use it in GitHub Desktop.
Save xtornasol512/7479554 to your computer and use it in GitHub Desktop.
My Settings-User Sublime text 2
{
"line_numbers": false,
"gutter": false,
"draw_centered": false,
"wrap_width": 0,
"word_wrap": true,
"margin": 0,
"scroll_past_end": true
}
[
{ "keys": ["ctrl+k"], "command": "toggle_side_bar" }
]
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"theme": "Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tab_size": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment