codium: Migration from Nextcloud

This commit is contained in:
2020-09-12 23:48:03 +02:00
parent 82b66bbb1e
commit ad4f0fb2b9
2 changed files with 87 additions and 0 deletions

31
codium/keybindings.json Normal file
View File

@@ -0,0 +1,31 @@
// Placer vos combinaisons de touches dans ce fichier pour remplacer les valeurs par défaut
[
{
"key": "ctrl+[Backslash]",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "ctrl+[BracketRight]",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+8",
"command": "-workbench.action.navigateForward"
},
{
"key": "ctrl+alt+l",
"command": "-workbench.view.explorer"
},
{
"key": "ctrl+[Quote]",
"command": "workbench.action.openWorkspace"
},
{
"key": "ctrl+w",
"command": "-editor.action.addSelectionToNextFindMatch"
}
]