Added keyboard shortcuts for plugin settings

This commit is contained in:
Grzegorz Demecki 2016-06-21 14:59:42 +02:00
parent a5508b29ed
commit 30fccd1056
1 changed files with 14 additions and 0 deletions

View File

@ -18,5 +18,19 @@
{ {
"caption": "Pretty JSON: Validate", "caption": "Pretty JSON: Validate",
"command": "pretty_json_validate" "command": "pretty_json_validate"
},
{
"caption": "Preferences: Pretty JSON Settings - User",
"command": "open_file", "args":
{
"file": "${packages}/User/Pretty JSON.sublime-settings"
}
},
{
"caption": "Preferences: Pretty JSON Settings - Default",
"command": "open_file", "args":
{
"file": "${packages}/SublimePrettyJson/Pretty JSON.sublime-settings"
}
} }
] ]