Skip to content

Instantly share code, notes, and snippets.

@pex
Created November 20, 2012 15:00
Show Gist options
  • Save pex/4118439 to your computer and use it in GitHub Desktop.
Save pex/4118439 to your computer and use it in GitHub Desktop.
SublimeText2 Config
[
{ "keys": ["super+alt+5"], "command": "unindent" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
{
"caret_style": "phase",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"font_face": "Cousine",
"font_size": 17.0,
"line_padding_bottom": 1,
"line_padding_top": 2,
"rulers":
[
80,
120
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"highlight_line": true,
"bold_folder_labels": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment