I installed Spark on Windows 10. Everything works fine except for the Ctrl - left and Ctrl - right keys which doesn't move a word but just a character. How do I fix this or find out what are the correct bindings to move a word in Spark Shell
Asked
Active
Viewed 16 times
0
-
I guess key binding are part of the Scala shell; depending on the version the shell might have the `:keybindings` command that prints the key binding available. Please check the [Scala shell: Delete/Move inline](https://github.com/scala/bug/issues/3245) thread on GitHub. – Leonid Vasilev Nov 01 '22 at 20:03