How can I get the previous command in DrRacket?
Asked Answered
B

3

27

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

Boarhound answered 8/7, 2014 at 13:20 Comment(1)
possible duplicate of How can I clear the interpreter screen in Dr. Racket IDE?Messalina
H
42

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

Also, esc + n skips forward instead of backward.


To help you remember: previous, next

Hyacinthus answered 8/7, 2014 at 13:31 Comment(2)
Also ctrl + up (or down).Penrose
But not on Mac.Cade
J
15

cmd + ctrl + up (or down) for Mac

Jezabelle answered 28/11, 2018 at 19:16 Comment(0)
M
2

It's now the same on mac as the original answer. esc + p / n

Malisamalison answered 7/12, 2018 at 19:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.