【问题标题】:How can I get the previous command in DrRacket?如何在 DrRacket 中获取上一个命令?
【发布时间】:2014-08-29 06:09:25
【问题描述】:

类似于Racket - how to get the “previous executed command” in bash script?,但使用 DrRacket。如何在 DrRacket 中获取之前执行的命令(如 bash 中的向上箭头功能)?

【问题讨论】:

标签: racket


【解决方案1】:

使用esc + p,也可以define your own bindings

另外,esc + n 向前跳过而不是向后。


为了帮助您记住: previous, next

【讨论】:

  • 还有 ctrl + 向上(或向下)。
  • 但不是在 Mac 上。
【解决方案2】:

对于 Mac,cmd + ctrl + up(或 down)

【讨论】:

    【解决方案3】:

    现在在 mac 上与原始答案相同。 esc + p / n

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-06
      • 1970-01-01
      • 2022-01-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多