A.2 Short-cut
These are shortcuts that you probably you remember when working with R. Even though it might take a bit of time to learn and use them as your second nature, but they will save you a lot of time.
Just like learning another language, the more you speak and practice it, the more comfortable you are speaking it.
| function | short-cut |
|---|---|
| navigate folders in console | " " + tab |
| pull up short-cut cheat sheet | ctrl + shift + k |
| go to file/function (everything in your project) | ctrl + . |
| search everything | cmd + shift + f |
| navigate between tabs | Crtl + shift + . |
| type function faster | snip + shift + tab |
| type faster | use tab for fuzzy match |
cmd + up |
|
ctrl + . |
Sometimes you can’t stage a folder because it’s too large. In such case, use Terminal pane in Rstudio then type git add -A to stage all changes then commit and push like usual.