Randy Lai
Randy Lai
We basically need a way to send code to the active tab of the terminal. And if I recall correctly, Terminal doesn't support bracketed paste mode, which will make a...
It seems that we still need a way to trigger the action programmatically.
It may happen when you release the ctrl key too soon. It is unfortunately a limitation of Linux terminals.
Which os ar u using?
It isn't what I expect. What version of RStudio are you using?
Let me see if I could reproduce it with 1.1.456.
First of all, I really don't recommend SublimeREPL. It has not been updated and maintained. Try [Terminus](https://github.com/randy3k/Terminus) instead.
Are you on a Mac? I don’t experience what you have, did you change the default graphic device?
The default device on Mac is `quartz()`, could you try `quartz()` instead of `x11()`?
TBH, I have no idea why it happens to you. The plotting function is working on my mac.