HeavyBulb
HeavyBulb

Reputation: 123

R Studio Server shortcut for closing current tab

I am searching for the shortcut to just close the current tab in the server version of R Studio. Ctrl+W is occupied by the browser. Ctrl+Shft+W closes all browser tabs. Cltr+Alt+W does nothing and Ctrl+Shft+Alt+W closes all R tabs without the current one.

Is there btw a shortcut to undo the last combination?

Upvotes: 2

Views: 757

Answers (1)

HeavyBulb
HeavyBulb

Reputation: 123

A suitable workaround was to just change the shortcut. R Studio allows to set own shortcuts and modify existing ones in the menu. Just go to the toolbar and on "Tools\Modify Keyboard Shortcuts...". I simply set it to Ctrl+Alt+W, because that's unused and somewhat consistent to the fact, that Ctrl+Alt+Shft+W closes all documents that are opened in R Studio, by default.

Upvotes: 3

Related Questions