lumo icon indicating copy to clipboard operation
lumo copied to clipboard

REPL multi-line history

Open metametadata opened this issue 6 years ago • 0 comments

It could be convenient to have some key combo (e.g. Option+Up on MacOS) which would copy-paste the last submitted string (i.e. everything typed before last Enter):

cljs.user=> [123<<Shift+Enter>>
       #_=>  456]<<Enter>>
[123 456]
cljs.user=> <<Opt+Up>>[123
#_=> 456]

Also see the similar issue in Planck which suggests replicating Chez Scheme REPL behaviour: https://github.com/mfikes/planck/issues/120

metametadata avatar Oct 19 '17 18:10 metametadata