Thanks @jr0cket! My fingers are trained for spacemacs, this will help give Calva another try! I’m on macOS and have followed your install guide, when should SPC
SPC
start working?
oh, I wonder if there might be some details missing under https://practicalli.github.io/clojure/clojure-editors/editor-install-guides/vspacecode-calva.html#settings-and-keybinding-install ? The install guide says to open VSpaceCode: Configure Default Settings and Keybindings
but then offers no further details on what to do there.
Thanks! Maybe I have some old rotting config from previous Calva experiments. I’ll start from a clean Clava install and try again.
@jr0cket explicitly saving the json settings files did the trick, much thanks!
Good to know, I'll update the page, thanks for the very useful feedback.
Thank you, as usual, for all your great guides!
(Also small thing: Not sure if you handle these differences between OSes, but on macOS it is Cmd+Shift+p not Ctrl+Shift+p
.)
(other very small thing: I love your OS specific tabs, very handy. But I do get confused as to where they end when switching between them. Have you considered somehow visually marking the OS specific tab content? I was fiddling a bit with firefox style editor and thought maybe a soft border might work? )
The confusion could be specific to my brain. The content changes and my brain sez “hey, what just changed?” and the content doesn’t tell me. I think you are right, it should not matter, but my brain is not always reasonable. I would get at least a couple of other person’s opinions before making a change here.
Running this command should ensure the VSpaceCode keybindings have been added to the settings.json and keyboar.json I am not sure if you need to restart, but believe SPc SPC should work aft that command is run. Maybe try saving those JSON fules
I can add a dividing line if you think it help. Although the idea is that the reader should not care where the end of the section is. Once an OS specific section ends it should carry on with content that is not OS specific (otherwise it's probably a bug)
SPC SPC should work after running the settings and key binging install https://practicalli.github.io/clojure/clojure-editors/editor-install-guides/vspacecode-calva.html#settings-and-keybinding-install
Ah yes, I forget Mac has CMD, I'll add that