rstudio shortcuts

1
RStudio Shorctuts (Windows) (Shift+Alt+K displays all shortcuts) Console Editing (Console/Source) Move cursor to Console.................... Ctrl+2 Undo................................ Ctrl+Z Clear console.................................. Ctrl+L Redo................................ Ctrl+Shift+Z Move cursor to beginning of line........ Home Cut.................................. Ctrl+X Move cursor to end of line................. End Copy................................ Ctrl+C Navigate command history............... Up/Down Paste............................... Ctrl+V Popup command history................... Ctrl+Up Select All.......................... Ctrl+A Interrupt executing command........... Esc Jump to Word................... Ctrl+Left/Right Change working directory................. Ctrl+Shift+H Jump to Start/End............. Ctrl+Up/Down Delete Line....................... Ctrl+D Source Select.............................. Shift+[Arrow] Select Word...................... Ctrl+Shift+Left/Right Goto File/Function........................... Ctrl+. Select to Line Start............ Alt+Shift+Left Move cursor to Source Editor............. Ctrl+1 Select to Line End.............. Alt+Shift+Right New document................................ Ctrl+Shift+N Select Page Up/Down......... Shift+PgUp/PgDn Open document............................... Ctrl+O Select to Start/End............ Shift+Alt+Up/Down Save active document...................... Ctrl+S Delete Word Left................ Ctrl+Backspace Knit Document (knitr)...................... Ctrl+Shift+K Indent.............................. Tab (at line start) Compile Notebook........................... Ctrl+Shift+K Outdent............................ Shift+Tab Insert code section.......................... Ctrl+Shift+R Yank line up to cursor......... Ctrl+U Run current line/selection................. Ctrl+Enter Yank line after cursor......... Ctrl+K Re-run previous region..................... Ctrl+Shift+P Insert yanked text............ Ctrl+Y Run current document...................... Ctrl+Alt+R Insert assignment op......... Alt+- Run from doc start to current line...... Ctrl+Alt+B Help for function................ F1 Run from current line to doc end....... Ctrl+Alt+E Show function source ........ F2 Run the current code section............. Ctrl+Alt+T Run previous Sweave/Rmd code........ Ctrl+Alt+P Views Source a file................................... Ctrl+Shift+O Source the current document............ Ctrl+Shift+S Move focus to Editor........... Ctrl+1 Fold Selected.................................. Alt+L Move focus to Console........ Ctrl+2 Unfold Selected............................... Shift+Alt+L Move focus to Help............. Ctrl+3 Fold All........................................... Alt+O Show History.................... Ctrl+4 Unfold All....................................... Shift+Alt+O Show Files........................ Ctrl+5 Go to line....................................... Shift+Alt+G Show Plots........................ Ctrl+6 Jump to......................................... Shift+Alt+J Show Shortcut Ref............. Alt+Shift+K Switch to tab.................................. Ctrl+Alt+Down Previous tab................................... Ctrl+Alt+Left Debug Next tab......................................... Ctrl+Alt+Right Reindent lines................................. Ctrl+I Toggle Breakpoint.............. Shift+F9 Comment/uncomment current line..... Ctrl+Shift+C Execute Next Line.............. F10 Reflow Comment............................. Ctrl+Shift+/ Continue.......................... Shift+F5 Move Lines Up/Down........................ Alt+Up/Down Stop Debugging................. Shift+F8 Copy Lines Up/Down........................ Shift+Alt+Up/Dn Jump to Matching Brace/Paren.......... Ctrl+P Plots Find and Replace............................. Ctrl+F Find Next....................................... F3 Previous plot..................... Ctrl+Shift+PgUp Use Selection for Find....................... Ctrl+F3 Next plot.......................... Ctrl+Shift+PgDn Replace and Find............................. Ctrl+Shift+J Find in Files.................................... Ctrl+Shift+F Check Spelling................................ F7 Full list on Rstudio website @timcammm

Upload: zibunans

Post on 18-Dec-2015

13 views

Category:

Documents


4 download

DESCRIPTION

zz

TRANSCRIPT

  • RStudio Shorctuts (Windows)

    (Shift+Alt+K displays all shortcuts)

    Console Editing (Console/Source)

    Move cursor to Console.................... Ctrl+2 Undo................................ Ctrl+Z

    Clear console.................................. Ctrl+L Redo................................ Ctrl+Shift+Z

    Move cursor to beginning of line........ Home Cut.................................. Ctrl+X

    Move cursor to end of line................. End Copy................................ Ctrl+C

    Navigate command history............... Up/Down Paste............................... Ctrl+V

    Popup command history................... Ctrl+Up Select All.......................... Ctrl+A

    Interrupt executing command........... Esc Jump to Word................... Ctrl+Left/Right

    Change working directory................. Ctrl+Shift+H Jump to Start/End............. Ctrl+Up/Down

    Delete Line....................... Ctrl+D

    Source Select.............................. Shift+[Arrow]

    Select Word...................... Ctrl+Shift+Left/Right

    Goto File/Function........................... Ctrl+. Select to Line Start............ Alt+Shift+Left

    Move cursor to Source Editor............. Ctrl+1 Select to Line End.............. Alt+Shift+Right

    New document................................ Ctrl+Shift+N Select Page Up/Down......... Shift+PgUp/PgDn

    Open document............................... Ctrl+O Select to Start/End............ Shift+Alt+Up/Down

    Save active document...................... Ctrl+S Delete Word Left................ Ctrl+Backspace

    Knit Document (knitr)...................... Ctrl+Shift+K Indent.............................. Tab (at line start)

    Compile Notebook........................... Ctrl+Shift+K Outdent............................ Shift+Tab

    Insert code section.......................... Ctrl+Shift+R Yank line up to cursor......... Ctrl+U

    Run current line/selection................. Ctrl+Enter Yank line after cursor......... Ctrl+K

    Re-run previous region..................... Ctrl+Shift+P Insert yanked text............ Ctrl+Y

    Run current document...................... Ctrl+Alt+R Insert assignment op......... Alt+-

    Run from doc start to current line...... Ctrl+Alt+B Help for function................ F1

    Run from current line to doc end....... Ctrl+Alt+E Show function source ........ F2

    Run the current code section............. Ctrl+Alt+T

    Run previous Sweave/Rmd code........ Ctrl+Alt+P Views

    Source a file................................... Ctrl+Shift+O

    Source the current document............ Ctrl+Shift+S Move focus to Editor........... Ctrl+1

    Fold Selected.................................. Alt+L Move focus to Console........ Ctrl+2

    Unfold Selected............................... Shift+Alt+L Move focus to Help............. Ctrl+3

    Fold All........................................... Alt+O Show History.................... Ctrl+4

    Unfold All....................................... Shift+Alt+O Show Files........................ Ctrl+5

    Go to line....................................... Shift+Alt+G Show Plots........................ Ctrl+6

    Jump to......................................... Shift+Alt+J Show Shortcut Ref............. Alt+Shift+K

    Switch to tab.................................. Ctrl+Alt+Down

    Previous tab................................... Ctrl+Alt+Left Debug

    Next tab......................................... Ctrl+Alt+Right

    Reindent lines................................. Ctrl+I Toggle Breakpoint.............. Shift+F9

    Comment/uncomment current line..... Ctrl+Shift+C Execute Next Line.............. F10

    Reflow Comment............................. Ctrl+Shift+/ Continue.......................... Shift+F5

    Move Lines Up/Down........................ Alt+Up/Down Stop Debugging................. Shift+F8

    Copy Lines Up/Down........................ Shift+Alt+Up/Dn

    Jump to Matching Brace/Paren.......... Ctrl+P Plots

    Find and Replace............................. Ctrl+F

    Find Next....................................... F3 Previous plot..................... Ctrl+Shift+PgUp

    Use Selection for Find....................... Ctrl+F3 Next plot.......................... Ctrl+Shift+PgDn

    Replace and Find............................. Ctrl+Shift+J

    Find in Files.................................... Ctrl+Shift+F

    Check Spelling................................ F7

    Full list on Rstudio website@timcammm