nixos/wrappers/common-desktop/vscodium/keybindings.json
2025-02-25 11:53:08 +00:00

10 lines
181 B
JSON

[
{
"command": "workbench.action.files.saveAll",
"key": "ctrl+s"
},
{
"command": "-workbench.action.files.save",
"key": "ctrl+s"
}
]