Created
January 16, 2012 19:28
-
-
Save kevn/1622513 to your computer and use it in GitHub Desktop.
SublimeText 2 Settings
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
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