.dotfiles/codium/keybindings.json
2020-09-12 23:54:14 +02:00

32 lines
693 B
JSON

// 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"
}
]