Default key mapping for `un_pretty_json`

This commit is contained in:
Rob Thijssen 2014-06-17 11:48:34 +01:00
parent 8c41296eac
commit 977e7cbc00
1 changed files with 7 additions and 1 deletions

View File

@ -5,8 +5,14 @@
],
"command": "pretty_json"
},
{
"keys": [
"ctrl+alt+m"
],
"command": "un_pretty_json"
},
{
"keys": ["ctrl+alt+shift+j"],
"command": "jq_pretty_json"
}
]
]