gpt4 book ai didi

emacs - tuareg ocaml 上一个命令

转载 作者:行者123 更新时间:2023-12-01 12:45:57 24 4
gpt4 key购买 nike

我是 ocaml 的新手。由于我使用的是学校计算机,因此无法安装 rlwrap。所以我必须坚持使用 emacs tuareg。

我的问题是:如何将向上箭头键绑定(bind)到 tuareg 中的上一个命令?

最佳答案

只需使用 M+p 而不是箭头键 :)但您也可以将以下行添加到您的 .emacs 文件中:

(add-hook 'tuareg-interactive-mode-hook
(lambda ()
(local-set-key (kbd "<up>") 'comint-previous-input)
)
)

关于emacs - tuareg ocaml 上一个命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15978838/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com