Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真正喜欢使用 Lein nREPL 的一件事是,我可以通过按向上箭头键转到最后评估的 Clojure 表达式。无论如何在 CIDER nREPL 中做类似的事情吗?
您正在寻找cider-repl-previous-input默认绑定到M-p或cider-repl-backward-input绑定到的函数C-p。查看他们的文档以了解它们在搜索模式方面的不同之处。
cider-repl-previous-input
M-p
cider-repl-backward-input
C-p
当然,您也可以使用相应的cider-repl-next-input( M-n) 和cider-repl-forward-input( )。C-n
cider-repl-next-input
M-n
cider-repl-forward-input
C-n