Useful snippets

    search replace slash in Vim

    To search replace the following:

    </b>:

    to:

    :</b>

    You can use another separator.

    Example using # instead of /:

    :8,27s#</b>:#:</b>