JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Eval cell without jumping to the next one #258

Closed rqcy closed 7 years ago

rqcy commented 8 years ago

Hi, I was not able to find a way to evaluate a cell without changing the pointer's position and jumping to the next cell.

A useful (and consistent with IPython Notebook) shortcut would be Ctrl-Enter.

Thanks!

benfb commented 7 years ago

This should be fixed in the next version. Ctrl-Enter on Mac or Alt-Enter elsewhere.