so I can replace "<" -square brackets in VIM using ":s/</</g" and thats great, but It does not replace the ending bracket, thats problem number one. But the main issue is:
How do I replace all square brackets marked in VISUAL MODE? Say I want to replace all marked brackets "
just as on the screenshot with "<", so It will be displayed in HTML as code
. I want to replace only them, not the others, do you know what is the pattern?
Sorry for beginners question, but I would like to know.
Thank you so much