Is there a short sbt command or keyboard-shortcut to re-invoke the last command issued? I am finding myself with the situation of having to execute this repeatedly:
> test-only my.long.package.etc.class.name
And copy+pasting is kind of annoying. I am using the sbt console from within IntelliJ IDEA, so cursor-up to scroll through the history doesn’t work.
Upgrade to the latest version 1.4.0 of the sbt plug-in for IDEA, since this has support for arrow-key history.