I’m using emacs / spacemacs.
I see that:
, s e # slime-eval-last-expression-in-repl
sends the current highlighted line to the repl and runs it, exactly what I want.
How to add a binding into emacs/spacemacs to do the same but using ctrl-enter / ctrl-RET ?