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)?