-
Notifications
You must be signed in to change notification settings - Fork 0
/
keyboard_shortcuts_tips.qmd
35 lines (30 loc) · 2.03 KB
/
keyboard_shortcuts_tips.qmd
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
# Keyboard short cuts and other tips
```{r}
#| results: "asis"
#| echo: false
source("_common.R")
status("drafting")
```
| Description | Item | Windows/ & Linux | Mac |
|--------------------------------------|------|------------------|-----------------|
| Show All the Keyboard Shortcuts | | Alt+Shift+K | Option+Shift+K |
| Insert the Assignment operator | `<-` | Alt+- | Option+- |
| Open a new script | | Ctrl+Shift+N | Shift+Command+N |
| Run current line/selection | | Ctrl-Enter | Command-Return |
| Comment out current line/selection | | Ctrl+Shift+C | Shift+Command+C |
| Open help on current function | | F1 | F1 |
| Insert the pipe operator | `|>` | Ctrl+Shift+M | Shift+Command+M |
| Insert a new code section | | Ctrl+Shift+R | Shift+Command+R |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |