-
Notifications
You must be signed in to change notification settings - Fork 2
/
rstudio-prefs.json
46 lines (46 loc) · 1.19 KB
/
rstudio-prefs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"jobs_tab_visibility": "closed",
"panes": {
"quadrants": [
"Source",
"Console",
"TabSet1",
"TabSet2"
],
"tabSet1": [
"Environment",
"History",
"Connections",
"Build",
"VCS",
"Tutorial",
"Presentation"
],
"tabSet2": [
"Files",
"Plots",
"Packages",
"Help",
"Viewer",
"Presentations"
],
"hiddenTabSet": [],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 0
},
"editor_keybindings": "vim",
"pdf_previewer": "none",
"posix_terminal_shell": "zsh",
"save_workspace": "never",
"terminal_bell_style": "none",
"default_project_location": "~",
"toolbar_visible": false,
"initial_working_directory": "~",
"editor_theme": "Vibrant Ink",
"python_type": "conda",
"python_version": "3.11.0",
"python_path": "/opt/homebrew/Caskroom/mambaforge/base/envs/pyr/bin/python3.11",
"show_terminal_tab": false,
"insert_native_pipe_operator": true
}