removing scope for keyboard shortcuts. sometimes (for me it's always) its usefull to have shortcuts in any type of file
This commit is contained in:
parent
92f6ea45e1
commit
43c2c18a42
|
@ -1,13 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"keys": ["ctrl+alt+j"],
|
"keys": [
|
||||||
"command": "prettyjson",
|
"ctrl+alt+j"
|
||||||
"context": [
|
],
|
||||||
{
|
"command": "prettyjson"
|
||||||
"key": "selector",
|
}
|
||||||
"operator": "equal",
|
|
||||||
"operand": "source.json"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
|
@ -1,14 +1,8 @@
|
||||||
[
|
[
|
||||||
// Only use this for the "source.json" scope
|
|
||||||
{
|
{
|
||||||
"keys": ["super+ctrl+j"],
|
"keys": [
|
||||||
"command": "prettyjson",
|
"super+ctrl+j"
|
||||||
"context": [
|
],
|
||||||
{
|
"command": "prettyjson"
|
||||||
"key": "selector",
|
}
|
||||||
"operator": "equal",
|
|
||||||
"operand": "source.json"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
|
@ -1,13 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"keys": ["ctrl+alt+j"],
|
"keys": [
|
||||||
"command": "prettyjson",
|
"ctrl+alt+j"
|
||||||
"context": [
|
],
|
||||||
{
|
"command": "prettyjson"
|
||||||
"key": "selector",
|
}
|
||||||
"operator": "equal",
|
|
||||||
"operand": "source.json"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
Loading…
Reference in New Issue