RStudio
Running code, the console, panes, debugging, and packages in the RStudio IDE.
Published coverage: Mac, Windows. Environments: Desktop app.
Everything
Blocks and structure
Code editing
Comments and review
Editing
Files and printing
Navigation
Paragraphs and lists
Search
Selection
View and zoom
55 actions and 55 key variants match.
- RStudio Documented
| Action | Keys | Row actions |
|---|---|---|
| Reformat the selection Source editor | Windows CtrlShiftA | Details |
| Find and replace Source editor | Windows CtrlF | Details |
| Find in files Anywhere | Windows CtrlShiftF | Details |
| Rename a symbol in scope Source editor | Windows CtrlAltShiftM | Details |
| Delete the line Console or source | Windows CtrlD | Details |
| Insert the assignment operator Console or source | Windows Alt- | Details |
| Insert the pipe operator Console or source | Windows CtrlShiftM | Details |
| Show help for the function at the cursor Console or source | Windows F1 | Details |
| Show the source of the function at the cursor Console or source | Windows F2 | Details |
| Show the command palette Anywhere | Windows CtrlShiftP | Details |
| Show the keyboard shortcut reference Anywhere | Windows AltShiftK | Details |
| Build and reload the package Package project | Windows CtrlShiftB | Details |
| Check the package Package project | Windows CtrlShiftE | Details |
| Document the package Package project | Windows CtrlShiftD | Details |
| Toggle a breakpoint Debugging | Windows ShiftF9 | Details |
| Run the next line Debugging | Windows F10 | Details |
| Continue running Debugging | Windows ShiftF5 | Details |
| Stop debugging Debugging | Windows ShiftF8 | Details |
| Restart the R session Anywhere | Windows CtrlShiftF10 | Details |
| Open a new terminal Anywhere | Windows AltShiftR | Details |
| Move focus to the terminal Anywhere | Windows AltShiftM | Details |
| Undo the last edit Console or source | Windows CtrlZ | Details |
| Redo the undone edit Console or source | Windows CtrlShiftZ | Details |
| Show the plots pane Anywhere | Windows Ctrl6 | Details |
| Show the environment pane Anywhere | Windows Ctrl8 | Details |