Skip to content

Instantly share code, notes, and snippets.

@gadenbuie
Last active March 7, 2022 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gadenbuie/96e8c7f0a624bfed8018987185feb30b to your computer and use it in GitHub Desktop.
Save gadenbuie/96e8c7f0a624bfed8018987185feb30b to your computer and use it in GitHub Desktop.
{rsprefs} RStudio Preferences Sync
{
"sync": {
"check_arguments_to_r_function_calls": true,
"check_unexpected_assignment_in_function_call": true,
"console_double_click_select": true,
"continue_comments_on_newline": true,
"document_author": "Luke Skywalker",
"editor_keybindings": "vim",
"font_size_points": 12,
"highlight_r_function_calls": true,
"highlight_selected_line": true,
"jobs_tab_visibility": "shown",
"latex_preview_on_cursor_idle": "inline_only",
"load_workspace": false,
"panes": {
"quadrants": [
"Source",
"TabSet1",
"Console",
"TabSet2"
],
"tabSet1": [
"History",
"Connections",
"Packages",
"Presentation"
],
"tabSet2": [
"Environment",
"Files",
"Plots",
"Help",
"Build",
"VCS",
"Viewer",
"Presentations"
],
"hiddenTabSet": [
],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 1
},
"posix_terminal_shell": "zsh",
"rainbow_parentheses": true,
"reuse_sessions_for_project_links": true,
"rmd_chunk_output_inline": false,
"rmd_viewer_type": "pane",
"save_files_before_build": true,
"save_workspace": "never",
"scroll_past_end_of_document": true,
"shiny_viewer_type": "pane",
"show_hidden_files": true,
"show_indent_guides": true,
"syntax_color_console": true,
"vertically_align_arguments_indent": false,
"wrap_tab_navigation": false,
"$rstudio_version": "2022.2.0.443"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment