-
RMarkdown & Quarto
-
.Rprofile
-
Global .gitignore [
~/.gitignore
] -
RStudio Keybindings [
~/.config/rstudio/keybindings/
]- Addins
- Editor
- RStudio
Last active
May 26, 2024 17:59
-
-
Save kleinlennart/0ae131d533707581ef2ce3c953db8102 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Global (user-level) .gitignore file | |
.Rproj.user | |
.Rhistory | |
.Rdata | |
.httr-oauth | |
.DS_Store | |
.quarto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"styler::style_active_file": "Shift+Cmd+F", | |
"splitChunk::splitChunk": "Ctrl+Shift+Cmd+I", | |
"cput::pasteAsVector": "Ctrl+Shift+V", | |
"cput::translateHere": "Shift+Cmd+H", | |
"lintr::addin_lint": "Ctrl+Shift+L" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"quickAddNext": "Alt+Cmd+Right" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment