标签: racket
与Racket - how to get the “previous executed command” in bash script?相似,但与DrRacket一样。如何在DrRacket中获取先前执行的命令(如bash中的向上箭头功能)?
答案 0 :(得分:21)
使用 esc + p ,或者您可以define your own bindings。
此外, esc + n 向前跳过而不是向后跳。
帮助你记住: p revious, n ext
答案 1 :(得分:1)
cmd + Ctrl +向上(或向下)
答案 2 :(得分:1)
现在在Mac上与原始答案相同。 esc + p / n