Fork me on GitHub
#spacemacs
<
2017-08-22
>
b2berry00:08:55

If the cursor is on fi[z]z-buzz1 and you do something like g * to select it only fizz will be highlighted when the whole fizz-buzz ought to be selected. I could be doing a poor job explaining this.

ag00:08:50

@b2berry why don't you use * instead of g *?

b2berry00:08:43

Ah, yeah good point. I still need a solution for treating them as whole words, though - I just picked a bad example

b2berry00:08:51

In the case of fizz-buzz if my cursor is on fi[z]z-buzz and I do something like cw it will only replace fizz and i’ll be left with []-buzz where [] is the cursor

ag00:08:41

then you need to use cW and not cw

b2berry00:08:11

…. well hell yeah!

b2berry00:08:14

Thanks for the great info! That’s so basic, but still learning a lot of 101 level shiz with spacemacs.

ag00:08:01

@b2berry my pleasure