Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Last active July 14, 2017 15:33
Show Gist options
  • Save maurolepore/f43c43fb92e2779c22c05f31d7eedb20 to your computer and use it in GitHub Desktop.
Save maurolepore/f43c43fb92e2779c22c05f31d7eedb20 to your computer and use it in GitHub Desktop.
keyboard_shortcuts

RStudio

  • see shortcuts: Shift + Alt + K

  • Find in current file: Ctrl + F

  • Find in project (files, functions, objects): Ctrl + Shift + F

  • Ctrl shift F10, restart session

  • navigate tabs

    • right: control + shift
    • left: control + shift + tab
  • navigate file

    • words jump: Ctrl + arrow

    • words select: Shift + Ctrl + arrow

    • line select: Shift + Alt + arrow

    • line delete: Ctrl + D

    • line delete to the right: Ctrl + K

    • line jum to end, end

    • line jum to begining: home

    • line run: Ctrl + enter

    • line copy: Shift + Alt + up / down

    • line move: Alt + up / down

    • chunk run: select lines, then Ctrl + enter

    • chunk all lines above (before): Ctrl + Alt + B

    • chunk run appended previous: Append, then Ctrl + Shift + enter

    • file select all: Ctrl + A

    • file source: Ctrl + Shift + enter

  • Console

    • clear: Ctrl + L
    • repeat history: Up / down
    • repeat
  • add function: select code, then Ctrl + Alt + x

  • add tag: select comment or string, then Ctrl + Alt + x

  • help F1

  • add section: Ctrl+Shift+R

Windows

Change language: Win + tab

why keyboard shortcut
search program/file win + program/file_name
change languagge win + space
WINDOWS -
change window alt + tab
change desktop win + tab
Make window -
- take half screen win + L/R_arrow
- move to other screen win + shft + L/R arrow
why keyboard shortcut
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment