1bafad515f
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
19 lines
329 B
JSON
19 lines
329 B
JSON
[
|
|
{
|
|
"id": "file-finder",
|
|
"label": "File finder",
|
|
"bindings": ["CtrlCmd+KEY_P"],
|
|
"action": {
|
|
"name": "toggleFileFinder",
|
|
"params": true
|
|
}
|
|
},
|
|
{
|
|
"id": "save-files",
|
|
"label": "Save files",
|
|
"bindings": ["CtrlCmd+KEY_S"],
|
|
"action": {
|
|
"name": "triggerFilesChange"
|
|
}
|
|
}
|
|
]
|