spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-06-08T00:04:25.384500Z

The instructions here says i should be able to press g r and get the multiple cursors menu. But that seems undefined. https://practicalli.github.io/spacemacs/spacemacs-basics/evil-tools/multiple-cursors.html. I'm looking around for a decent intro to this topic. I feel like i something simliar by going into visual mode and just selecting multiple lines. Is that different then multiple cursors?

2020-06-08T00:22:56.386Z

Im tired, the above sounds insulting. I mean to say, I can't seem to activate the commands

practicalli-john 2020-06-08T01:39:45.386900Z

@drewverlee first though is that multiple-cursors is not in the layer list in .spacemacs

2020-06-08T01:40:31.387900Z

Probably something silly like that, I'll check in the morning. Thanks

2020-06-13T12:33:10.414800Z

this was the issue of course.

2020-06-13T12:36:25.415Z

yea, i guess i never felt the pain here because i have been using visual mode to roughly the same effect. that is, creating a block of text.

practicalli-john 2020-06-08T01:42:35.390200Z

I think a video is far easier to convey how to use multiple cursors, I will try record a few examples during the week and stitch them together into a video. Myself I only really use g r j with a number in front to define how many cursors I want (where relative line numbers comes in handy as it tells me how many lines I need.

practicalli-john 2020-06-08T01:43:14.390300Z

Its way past my bed time, but wanted to fix my spec code while I was on a roll...

jumar 2020-06-08T10:57:28.391500Z

I'd like to automatically call (clojure.spec.test.alpha/instrument) (or really my own spec-instrument function defined in the .spacemacs file) every time I do cider-eval-buffer. What's the easiest way to do it?

practicalli-john 2020-06-08T11:00:22.391600Z

Ask in the #cider channel is probably the easiest way 😁

practicalli-john 2020-06-08T11:05:11.392100Z

I think I might have something not too dissimilar that could be converted and might work, somewhere in my GitHub Todo list, but could take a while to get working