Shortcuts to run in terminal, equivalence with console

Currently there are some keyboard shortcuts in RStudio which allow us to run code into the console from the beginning of a script to the current line ('command + option + B') or run the entire script ('command + shift + return').

It would be nice if we could have a terminal equivalent of these like we do for run current line (which is 'command + return' to send to the console and 'command + option + return' to send to the terminal). Is it possible to add these two shortcuts (and any other relevant equivalents such as from current line to end)?

It's possible -- would you mind filing this as a feature request at https://github.com/rstudio/rstudio/issues?

done - https://github.com/rstudio/rstudio/issues/4304

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.