===================================== RStudio keyboard shortcuts (filtered) ===================================== First published at 1/31/2019 on https://defkey.com/rstudio-shortcuts RStudio is an integrated development environment (IDE) for R programming language. R is used for graphics and statistical calculations. Distributed as free and open-source, RStudio was first released on February 2011. Console ------- Ctrl + 2 Move cursor to Console Ctrl + L Clear console Up arrow / Down arrow Navigate command history Esc Interrupt currently executing command Ctrl + Shift + H Change working directory Source ------ Ctrl + . Goto File/Function Ctrl + Shift + N New document (except on Chrome/Windows) Ctrl + Alt + Shift + N New document (Chrome only) Ctrl + O Open document Ctrl + W Close active document (except on Chrome) Ctrl + Shift + K Knit Document (knitr) Ctrl + Shift + R Insert code section Ctrl + Enter Run current line/selection Ctrl + Alt + R Run current document Ctrl + Shift + S Source the current document Ctrl + F11 Previous tab Ctrl + Shift + C Comment/uncomment current line/selection Ctrl + Shift + / Reflow Comment Editing (Console and Source) ---------------------------- Ctrl + Up arrow / Down arrow Jump to Start/End Alt + - Insert assignment operator Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.