SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

CTRL+R to run current line and go to next line

Open josephernest opened this issue 7 years ago • 0 comments

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": "??"}

josephernest avatar Dec 04 '17 21:12 josephernest