Default key mapping for `un_pretty_json`
This commit is contained in:
parent
8c41296eac
commit
977e7cbc00
|
@ -5,6 +5,12 @@
|
||||||
],
|
],
|
||||||
"command": "pretty_json"
|
"command": "pretty_json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"keys": [
|
||||||
|
"ctrl+alt+m"
|
||||||
|
],
|
||||||
|
"command": "un_pretty_json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"keys": ["ctrl+alt+shift+j"],
|
"keys": ["ctrl+alt+shift+j"],
|
||||||
"command": "jq_pretty_json"
|
"command": "jq_pretty_json"
|
||||||
|
|
Loading…
Reference in New Issue