Skip to content

Instantly share code, notes, and snippets.

@kevn
Created January 16, 2012 19:28
Show Gist options
  • Save kevn/1622513 to your computer and use it in GitHub Desktop.
Save kevn/1622513 to your computer and use it in GitHub Desktop.
SublimeText 2 Settings
File Settings - User:
{
"caret_style": "blink",
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_indent_guides": true,
"indent_guide_options": ["draw_normal", "draw_active", "draw_stack",
"normal_stippled", "stack_stippled", "active_stippled"],
"draw_white_space": "all",
"font_face": "Menlo",
"font_size": 16,
"highlight_line": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"'-,.;<>~!#$%^&*|+=[]{}`~?"
}
Key Bindings - User:
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste_and_indent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment