Description
Checklist
- Have you read through
:h nvim-surround
to see if there might be any relevant information there?
Is your feature request related to a problem? Please describe.
I think it would be really cool if I for instance could do something like 2siw*
to make a word bold in markdown (i.e. convert word
into **word**
), or do the opposite: 2ds*
to make text non-bold in markdown (i.e. convert **word**
into word
).
Describe the solution you'd like
Prepending a count (i.e. a number 1-9) before a surround command performs the surround that many times over the same text-object.