17 lines
288 B
JSON
17 lines
288 B
JSON
[
|
|
{
|
|
"context": "Workspace",
|
|
"bindings": {
|
|
"cmd-shift-o": "file_finder::Toggle"
|
|
}
|
|
},
|
|
{
|
|
"context": "Editor && mode == full",
|
|
"bindings": {
|
|
"cmd-shift-o": "file_finder::Toggle",
|
|
"cmd-p": "outline::Toggle",
|
|
"cmd-r": "task::Spawn"
|
|
}
|
|
}
|
|
]
|