Skip to content

Instantly share code, notes, and snippets.

View dholdren's full-sized avatar

Dean Holdren dholdren

View GitHub Profile
@dholdren
dholdren / Default (OSX).sublime-keymap
Created August 2, 2012 21:36 — forked from coldnebo/Default (Linux).sublime-keymap
simple scripts to prettify your xml and json in sublime text 2 - Add files to ~/Library/Application Support/Sublime Text 2/Packages/User
[
{ "keys": ["super+shift+x"], "command": "tidy_xml" },
{ "keys": ["super+shift+j"], "command": "prettify_json" }
]