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)?
Asked
Active
Viewed 5,552 times
24
-
1possible duplicate of [How can I clear the interpreter screen in Dr. Racket IDE?](http://stackoverflow.com/questions/23792203/how-can-i-clear-the-interpreter-screen-in-dr-racket-ide) – Óscar López Jul 08 '14 at 13:48
3 Answers
37
Use esc + p, or you can define your own bindings.
Also, esc + n skips forward instead of backward.
To help you remember: previous, next
Eric Andrew Lewis
- 1,146
- 2
- 12
- 21
ಠ_ಠ
- 3,001
- 25
- 42