Skip to content

Instantly share code, notes, and snippets.

@cgutierrez
Last active September 27, 2015 12:58
Show Gist options
  • Save cgutierrez/1273808 to your computer and use it in GitHub Desktop.
Save cgutierrez/1273808 to your computer and use it in GitHub Desktop.
Sublime Text 2 Config Files
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Refined/Color Schemes/Monokai Refined.tmTheme",
"file_exclude_patterns":[
".DS_Store",
"dump.rdb",
".git*"
],
"folder_exclude_patterns":[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Monaco",
"font_options": [
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":[
"Vintage"
],
"rulers": [
100
],
"save_on_focus_lost": true,
"theme": "Refined-Hybrid.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
[
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["ctrl+k", "ctrl+l"], "command": "lower_case" },
{ "keys": ["ctrl+k", "ctrl+u"], "command": "upper_case" },
{ "keys": ["ctrl+k", "ctrl+l"], "command": "lower_case" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment