This page is a complete keyboard shortcut reference for RStudio on Windows, covering all 27 shortcuts organized into 5 sections. Whether you’re new to RStudio or looking to master advanced features, this cheat sheet has every key combination you need — from basic editing and navigation to app-specific power-user actions.
Keyboard shortcuts are the fastest way to work in RStudio. Every time you use a shortcut instead of reaching for the mouse, you save a few seconds — and those seconds compound into hours over weeks and months. Start with the shortcuts you use most (copy, paste, undo, save), then gradually add app-specific ones as they become relevant to your workflow. Bookmark this page or download the PDF cheat sheet for quick reference.
Using keyboard shortcuts in RStudio reduces context switching between keyboard and mouse, helping you maintain focus and work more efficiently. Research shows that shortcut-driven workflows can save up to 8 working days per year compared to menu-driven navigation. On Windows, most RStudio shortcuts follow standard conventions — once you learn the modifier key patterns, new shortcuts become intuitive.
Tips for Learning Shortcuts
- Practice one new RStudio shortcut each day. Muscle memory builds faster when you focus on a single combination at a time rather than trying to learn them all at once.
- Print or bookmark this page for quick reference while working in RStudio. Having shortcuts visible nearby helps bridge the gap between looking them up and recalling them from memory.
- Start with the shortcuts you use most. In RStudio, common actions like copy, paste, undo, and save are worth learning first since they apply across nearly every workflow.
Console4
| Action | Shortcut |
|---|---|
| Move to Console | Ctrl2 |
| Clear Console | CtrlL |
| Command History | Ctrl↑ |
| Interrupt Command | Esc |
Editor10
| Action | Shortcut |
|---|---|
| Run Line/Selection | CtrlEnter |
| Run Entire Document | CtrlAltR |
| Comment/Uncomment | CtrlShiftC |
| Find | CtrlF |
| Insert <- Operator | Alt- |
| Insert <- Operator | CtrlShiftM |
| New Document | CtrlShiftN |
| Save | CtrlS |
| Close Document | CtrlW |
| Reindent | CtrlI |
Debug4
| Action | Shortcut |
|---|---|
| Toggle Breakpoint | ShiftF9 |
| Step Over | F10 |
| Continue | ShiftF5 |
| Stop Debugging | ShiftF8 |
Build3
| Action | Shortcut |
|---|---|
| Build Package | CtrlShiftB |
| Knit Document | CtrlShiftK |
| Restart R Session | CtrlShiftF10 |
Frequently Asked Questions
Access RStudio shortcuts from your menu bar
KeyShortcut detects the active app and shows its shortcuts instantly. No memorization needed.