• siipale@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 days ago

    Or in vim you can do the same regex replace thing with

    :%s/^/- 
    

    Or as I like to do sometimes without regex

    :%norm I-