Skip to content

Instantly share code, notes, and snippets.

@mdepolli
Last active October 12, 2015 22:38
Show Gist options
  • Save mdepolli/4097599 to your computer and use it in GitHub Desktop.
Save mdepolli/4097599 to your computer and use it in GitHub Desktop.
Sublime Text 2 user settings
[
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+\\"], "command": "reveal_in_side_bar"},
{ "keys": ["super+shift+c"],
"command": "sublime_highlight",
"args": {
"target": "clipboard",
"output_type": "rtf"
}
}
]
{
"caret_style": "phase",
"color_scheme": "Packages/User/zenburn (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment