Fork me on GitHub
#cider
<
2022-09-15
>
Drew Verlee02:09:15

i'm in a buffer with a .clj file. The repl server is running and i'm sending expressions to it. I would expect those expressions to show up in the 'cider-nrepl-history' when i run that command from the .clj buffer, but instead i get nothing. What is the correct way to see my nrepl history?

Drew Verlee03:09:49

alternatively, i can just use an atom to keep track of what i have run in a session. But loading the history would be nice as a generic solution within easy reasch.