Hello! Sorry if I'm just missing it, but I've tried searching it and I'm just not finding it.
The docs mention for more details on using surround with tags, refer to [tag-blocks], but I can't find this anywhere in the repo.
Specifically I'm trying to understand how to use numerical arguments to modify/delete non-innermost tags.
For example
`
na*me
`
how could I change
to ?
I've tried:
cs2tp (no op and I get a beep from the ide on p) (i would think this would be with 2 ts, one for the target and one for the replacement. but it prompts for the new tag after cst)
cs0tp (same thing)
cst2 (would continue with tp, but it replaces the innermost tag with 2)
Would appreciate being pointed in the right direction, thank you!
Hello! Sorry if I'm just missing it, but I've tried searching it and I'm just not finding it.
The docs mention for more details on using surround with tags, refer to [tag-blocks], but I can't find this anywhere in the repo.
Specifically I'm trying to understand how to use numerical arguments to modify/delete non-innermost tags.
For example
`
? I've tried: cs2tp (no op and I get a beep from the ide on p) (i would think this would be with 2 ts, one for the target and one for the replacement. but it prompts for the new tag after cst) cs0tp (same thing) cst2 (would continue with tp, but it replaces the innermost tag with 2)
Would appreciate being pointed in the right direction, thank you!