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