codium-settings/profiles/main/data/keybindings-linux.json

29 lines
No EOL
833 B
JSON

// Placer vos combinaisons de touches dans ce fichier pour remplacer les valeurs par défaut
[
{
"key": "alt+-",
"command": "editor.action.insertSnippet",
"args": {
"langId": "r",
"name": "Assignment operator"
}
},
{
"key": "ctrl+shift+m",
"command": "editor.action.insertSnippet",
"args": {
"langId": "r",
"name": "magrittr pipe"
}
},
{
"key": "ctrl+shift+alt+k",
"command": "rmarkdown.rmarkdown-core.Knit",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+k",
"command": "-rmarkdown.rmarkdown-core.Knit",
"when": "editorTextFocus"
}
]