.dotfiles/codium/keybindings.json

40 lines
860 B
JSON
Raw Permalink Normal View History

2020-09-12 21:48:03 +00:00
// 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"
},
2021-04-17 16:38:39 +00:00
{
"key": "ctrl+alt+l",
"command": "editor.action.transformToLowercase"
},
2020-09-12 21:48:03 +00:00
{
"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"
2022-03-08 07:26:46 +00:00
},
{
"key": "ctrl+w",
"command": "-editor.action.smartSelect.expand"
2020-09-12 21:48:03 +00:00
}
]