Skip to content

Instantly share code, notes, and snippets.

@wbond
Created June 7, 2012 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbond/2890103 to your computer and use it in GitHub Desktop.
Save wbond/2890103 to your computer and use it in GitHub Desktop.
Packages/User/Preferences.sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_size": 14.0
}
Packages/User/Default.sublime-commands
[
{
"caption": "CSS rules compact",
"command": "compact_expand_css",
"args": {
"action": "compact"
}
},
{
"caption": "CSS rules expand",
"command": "compact_expand_css", "args":
{
"action": "expand"
}
},
{
"caption": "CSS rules toggle",
"command": "compact_expand_css", "args":
{
"action": "toggle"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment