Hello! I would like to know how to use the keyboard to switch between two scripts, or to select one of open scripts in RStudio. Sometimes I want to have a quick see on other scripts. Every time, I have to use the cursor to click the one I want to check. I looked up the Keyboard Shortcuts Help in the RStudio, but didn't find the answer. Are there any keyboard shortcuts for this operation?
hello!
Ctrl + F12 (or, Ctrl + Tab )... Next tab
Ctrl + F11 (or, Crrl + shift + Tab)... Previous tab
Ctrl + shift + F12 ... Last tab
Ctrl + shift + F11 ... First tab
Please refer to here↓↓
< RStudio IDE Cheat Sheet>
https://www.rstudio.com/resources/cheatsheets/
I find it! Thank you a lot!
1 Like
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.