Skip to content

Instantly share code, notes, and snippets.

View dikiprawisuda's full-sized avatar

Diki Prawisuda dikiprawisuda

View GitHub Profile
@dikiprawisuda
dikiprawisuda / keybindings.json
Last active June 25, 2023 10:48 — forked from stephenturner/keybindings.json
VSCode keybindings to replicate my most commonly used RStudio shortcuts (Mac) and some additions
// Place your key bindings in this file to override the defaults
[
// keybindings for R scripts, Rmarkdown, Quarto, and R terminal (radian included)
{
"key": "Ctrl+Shift+m",
"command": "type",
"args": {
"text": " %>% "
},
"when": "editorTextFocus && (editorLangId == r || editorLangId == rmd || editorLangId == quarto)"