Hi,
I am new to ensime and only have a few months experiance with emacs - so apologies if this is a very obvious questions..My expectations I guess have been set working initially with emacs and Clojure and the experience with ensime is a little different.
I am using emacs in the terminal installed from homebrew. I have setup scala-mode and ensime.
I can launch a working repl window with C-c C-v z . I now have my code buffer on top and my repl buffer below.
* I dont seem to be able to switch between my code and the repl. The repl steal the focus and when I try and edit the code in the top buffer it just switches focus back to the repl.
* I cant find anywhere in the instructions that specifies a key combination to shutdown the repl. If I type :quit I still cannot type in my code buffer.
Many Thanks
Jim