Like Racket - how to get the “previous executed command” in bash script? but with DrRacket. How can I get the previously executed command in DrRacket (like up arrow function in bash)?
How can I get the previous command in DrRacket?
possible duplicate of How can I clear the interpreter screen in Dr. Racket IDE? –
Messalina
Use esc + p, or you can define your own bindings.
Also, esc + n skips forward instead of backward.
To help you remember: previous, next
Also ctrl + up (or down). –
Penrose
But not on Mac. –
Cade
It's now the same on mac as the original answer. esc + p / n
© 2022 - 2024 — McMap. All rights reserved.