Some changes
This commit is contained in:
parent
53a10e993b
commit
f5cec9b929
16 changed files with 134 additions and 46 deletions
10
wrappers/common-desktop/vscodium/keybindings.json
Normal file
10
wrappers/common-desktop/vscodium/keybindings.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"command": "workbench.action.files.saveAll",
|
||||
"key": "ctrl+s"
|
||||
},
|
||||
{
|
||||
"command": "-workbench.action.files.save",
|
||||
"key": "ctrl+s"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue