Add vscodium artifacts for sync'ing settings and extensions
This commit is contained in:
13
vscodium/keybindings.json
Normal file
13
vscodium/keybindings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "ctrl+shift+o",
|
||||
"command": "workbench.action.files.openFolder",
|
||||
"when": "openFolderWorkspaceSupport"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+k ctrl+o",
|
||||
"command": "-workbench.action.files.openFolder",
|
||||
"when": "openFolderWorkspaceSupport"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user