-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrstudio_bindings.json
More file actions
30 lines (30 loc) · 1.2 KB
/
rstudio_bindings.json
File metadata and controls
30 lines (30 loc) · 1.2 KB
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
{
"modifyKeyboardShortcuts": "Alt+Shift+S",
"nextTab": "Shift+Cmd+]",
"previousTab": "Shift+Cmd+[",
"activateTerminal": "Ctrl+`",
"activateSource": "Ctrl+; T|Ctrl+; Ctrl+T|Ctrl+; K|Ctrl+; Ctrl+K",
"closeSourceDoc": "Cmd+W",
"toggleRmdVisualMode": "Shift+Cmd+V",
"layoutZoomSource": "Shift+Cmd+1|Shift+Ctrl+1",
"layoutZoomConsole": "Shift+Cmd+2|Shift+Ctrl+2",
"activateConsole": "Ctrl+; B|Ctrl+; Ctrl+B|Ctrl+; J|Ctrl+; Ctrl+J",
"jumpToMatching": "",
"openSourceDoc": "Cmd+o",
"focusNextPane": "Ctrl+; W|Ctrl+; Ctrl+W",
"focusPreviousPane": "Ctrl+; Shift+W|Ctrl+; Shift+Ctrl+W",
"switchFocusSourceConsole": "Ctrl+; P|Ctrl+; Ctrl+P",
"reindent": "",
"layoutZoomCurrentPane": "Ctrl+; O|Ctrl+; Ctrl+O",
"layoutZoomLeftColumn": "Ctrl+; H|Ctrl+; Ctrl+H",
"layoutZoomRightColumn": "Ctrl+; L|Ctrl+; Ctrl+L",
"goToHelp": "Shift+Tab",
"executePreviousChunks": "Alt+Shift+Cmd+P",
"executeSubsequentChunks": "Alt+Shift+Cmd+N",
"goToNextChunk": "Alt+Cmd+C",
"goToNextSection": "Alt+Cmd+H",
"goToPrevChunk": "Alt+Shift+Cmd+C",
"goToPrevSection": "Alt+Shift+Cmd+H",
"reformatCode": "Alt+Cmd+L",
"restartRRunAllChunks": "Alt+Cmd+R"
}