Added keyboard shortcuts for plugin settings
This commit is contained in:
parent
a5508b29ed
commit
30fccd1056
|
@ -18,5 +18,19 @@
|
|||
{
|
||||
"caption": "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"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue