Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
110 views
in Technique[技术] by (71.8m points)

r - rstudio shortcuts in source editor after View()

I am trying to learn a bit more about RStudio shortcuts (on Windows).

d <- matrix(nrow = 0, ncol = 1500) %>%
      data.table

I find it very convenient to have a look at things by using View from utils. For instance, I usually go to console and type names(d) %>% View. This opens up a new tab in the source editor, named "."

If I want to go back to the source editor with "ctrl + 1" to inspect the new tab, this wont work. I can move to a different tab by selecting it with "ctrl + alt + left/right" and then "ctrl + 1", as usual.

Still, after moving to ".", scrolling up and down using my keyboard works only if I first click with the mouse on the tab. After this, I can happily move back to the other tabs, as expected.

Question: is it possible to use my keyboard to scroll up/down in the tab "." without having to firstly click on it?

question from:https://stackoverflow.com/questions/65641730/rstudio-shortcuts-in-source-editor-after-view

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...