When launching the sbt console with Scala 2.12.4, sbt 1.0.3, MacOS 10.13.1, the arrow keys display the code, for example ^ [[A, and not receiving the last command and tab displays the tab character, not autocompete. If I directly run Scala REPL or run sbt , and then enter the console from the sbt command line, these keys work as expected. So I can get around this problem, it is just annoying. I suspect that there is some part of the configuration that I skip, I just could not find it yet.
source share