Note: I posted this question the other day in community.rstudio.com, but wasn't able to get a good answer, so now I'm asking here...
Link: https://community.rstudio.com/t/control-up-control-down-shortcut-functionality-is-unexpected/79965
Hello,
What do the shortcuts ctrl+up and ctrl+down do besides scroll up and down in the editor? In my script, ctrl+up moves the cursor to the first function definition in the file if the cursor is currently below the function. Ctrl+down again moves the cursor to the first function definition in the file if the cursor is currently above the function. Once the cursor is at the function definition, ctrl+up or down scrolls up or down a line (which is what I expect from looking at the shortcut assignments).
I just want the scroll up and down functionality. Any help? Thanks.
specs:
Windows 10
RStudio 1.2.1335
R version 3.6.1