Created
June 7, 2012 17:10
-
-
Save wbond/2890103 to your computer and use it in GitHub Desktop.
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
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