spacemacs

Epidiah Ravachol 2023-04-05T17:59:29.022199Z

I'm really digging Spacemacs so far. I've got to build up some new muscle memory, but that's the fun part. There are definitely more questions about my config and errors in my future. For now, though, I just wanted to say that I'm glad I gave this a shot!

👍 2
👍🏻 1
practicalli-johnny 2023-04-05T19:42:20.540229Z

Great to hear you are finding Spacemacs valuable. I've been using Spacemacs for around 8 years and it has made a significant improvement to my development workflow. I like all the little touches that make things really easy to do, e.g SPC v to select a word and a further v to expand the selection (or V to shrink the selection. It does take time to learn (or even discover) all the features of Spacemacs. I found thehttps://develop.spacemacs.org/layers/LAYERS.htmlvery useful and hopefully the https://practical.li/spacemacs/ is of help.

1
Epidiah Ravachol 2023-04-05T20:05:04.305179Z

Oh that SPC v is a nice trick! Yeah, Practicalli has been a lot of help. I find myself returning to it again and again.

zane 2023-04-05T23:47:23.259809Z

For a more vim-y way to expand the current selection you can also just repeat a motion, like so:

🤘 3