SublimeREPL
SublimeREPL copied to clipboard
CTRL+R to run current line and go to next line
Coming from R, it would be great to have CTRL+R
run the current line, and automatically go to next line. How would you do this?
I imagine I should edit:
Preferences > Key bindings > User
and add something like this?
{ "keys": ["ctrl+r"], "command": "??"}