practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
lread 2021-01-11T21:43:27.373600Z

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?

lread 2021-01-11T21:49:04.374700Z

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.

lread 2021-01-12T14:03:11.385600Z

Thanks! Maybe I have some old rotting config from previous Calva experiments. I’ll start from a clean Clava install and try again.

lread 2021-01-12T14:36:30.385800Z

@jr0cket explicitly saving the json settings files did the trick, much thanks!

practicalli-john 2021-01-12T16:45:29.386Z

Good to know, I'll update the page, thanks for the very useful feedback.

lread 2021-01-12T18:38:36.386200Z

Thank you, as usual, for all your great guides!

👍 1
lread 2021-01-11T21:51:32.376300Z

(Also small thing: Not sure if you handle these differences between OSes, but on macOS it is Cmd+Shift+p not Ctrl+Shift+p.)

lread 2021-01-11T22:28:03.378600Z

(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? )

lread 2021-01-12T13:34:16.384200Z

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.

practicalli-john 2021-01-11T23:00:08.378900Z

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

practicalli-john 2021-01-11T23:03:10.379100Z

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)

practicalli-john 2021-01-11T23:06:03.379300Z

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

practicalli-john 2021-01-11T23:06:58.379500Z

Ah yes, I forget Mac has CMD, I'll add that