Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get the previous command in DrRacket?

Tags:

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

like image 596
Zan RAKOTO Avatar asked Jul 08 '14 13:07

Zan RAKOTO


2 Answers

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

Also, esc + n skips forward instead of backward.


To help you remember: previous, next

like image 111
ಠ_ಠ Avatar answered Oct 18 '22 16:10

ಠ_ಠ


cmd + ctrl + up (or down) for Mac

like image 31
TheGI Avatar answered Oct 18 '22 17:10

TheGI