codium: Migration from Nextcloud
This commit is contained in:
31
codium/keybindings.json
Normal file
31
codium/keybindings.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user