Reputation: 507
I'm looking for a shortcut in Sublime Text 3 for R syntax that have the same "behaviour" as ctrl + r in the R app:
Pass line if nothing is selected
Pass only selection when something is selected
Go to next line / end of selection juste after passing a line / selection
Any idea ? Is there something similar to NppToR for Notepad++ ?
Upvotes: 2
Views: 276
Reputation: 86
This can be done using 'SendCode' package of Sublime Text. You can install it through Package Control. Just make sure that the R console is open before you use the shortcut (for me it's ctrl + r)!.
Upvotes: 1