jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

[feature request] Execute and move cursor to next block #269

Open talesa opened 7 years ago

talesa commented 7 years ago

Hi! First of all thanks for an awesome lib! It would be great if in addition to proto-repl:execute-block action there would also be an equivalent of Hydrogen's hydrogen:run-and-move-down which in addition moves the cursor to the next block so that you can keep executing through the script easily by executing that shortcut sequentially. Thanks!