::%s/\%12c\|\%20c\|\%30c/,/g
Insert comma at 12,20,30 positions of each line.
Thursday, September 1, 2022
Vim insert comma at multiple positions of each line
Subscribe to:
Posts (Atom)
::%s/\%12c\|\%20c\|\%30c/,/g
Insert comma at 12,20,30 positions of each line.