How can I get the previous command in DrRacket?

racket

Solution

Use esc + p, or you can define your own bindings.

Also, esc + n skips forward instead of backward.

To help you remember: previous, next

Problem

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)?

Original source

Related problems