Skip to content

Commit

Permalink
more code folding text
Browse files Browse the repository at this point in the history
  • Loading branch information
dklinges9 authored Aug 21, 2020
1 parent efc3cc5 commit f32f0ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/github_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,13 @@ If you are ever to this action again (and you will), write it as a function. Spe

#### Some RStudio formatting options

- [use headers to fold code sections](https://support.rstudio.com/hc/en-us/articles/200484568-Code-Folding-and-Sections)
##### [use headers to fold code sections](https://support.rstudio.com/hc/en-us/articles/200484568-Code-Folding-and-Sections)
- *Collapse* — Alt+L
- *Expand* — Shift+Alt+L
- *Collapse All — Alt+O
- *Expand All* — Shift+Alt+O
- *Insert Section* — Ctrl+Shift+R (Cmd+Shift+R on the Mac)
- *Jump To Section* — Shift+Alt+J

#### Related Resources

Expand Down

0 comments on commit f32f0ea

Please sign in to comment.