JonyEpsilon / gorilla-repl

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

Evaluate current segment and retain focus #213

Closed spieden closed 7 years ago

spieden commented 9 years ago

Often I'm working in a segment and want to evaluate what I have so far. This without having to reacquire focus to continue working on the segment. Maybe we could make "cntrl+shift+enter" do this?

JonyEpsilon commented 9 years ago

Great idea! That would be a good feature I think.

benfb commented 7 years ago

This should be fixed in the latest version here: https://github.com/JonyEpsilon/gorilla-repl/commit/24e0d4075b66cc451f7c9f968f0c1dda9f4e34f6

ctrl-enter on Mac, alt-enter elsewhere