Send line to Terminal #5246
-
In RStudio, a very handy feature is that when I open an .sh file and press Ctrl-enter (I use git bash on windows as my terminal), the line gets executed if the terminal window is open, similar to how an R line is executed in the console. I missed that feature in Positron. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @lounkine, thanks for trying out Positron! Perhaps we could attach a keybinding to a command like |
Beta Was this translation helpful? Give feedback.
Hi @lounkine, thanks for trying out Positron! Perhaps we could attach a keybinding to a command like
Run Selected Text In Active Terminal
, with a condition that the editor lang id is shellscript. I will open an enhancement issue from this discussion to capture this request.