Closed cstjean closed 4 years ago
Ahhh, nevermind, it seems I was using M-p
instead of up-arrow, which ergoemacs bound to something else, but both up-arrow and C-p work. I shouldn't post issues at 6AM. Sorry for the noise
No worries, I am happy that this was resolved.
In the normal Julia REPL, if I type
foo
then press the up arrow, it shows me the last command I typed that started withfoo
(eg.foo(1,2,3)
), whereas in julia-repl, it just shows me the previous command (eg.bar()
). I like the former behaviour, and I'm surprised that it's gone, because if IM-x term
and runjulia
, then it works fine. Do you know how to get it back? Is that configurable somehow?