Hello all,
How do I recall the previous commands in sublimeREPL?
If I type a command in sublimeREPL, it can recall. For example, print("Hello, world!").
But, if I use ctrl+,, l to send print("Hello, world!") from editor, and then, I do an up arrow in REPL, it can not recall. Why is that? Do I always have to manually put in everything? It’s strange.
Thank you!