Thursday, September 1, 2022

Vim insert comma at multiple positions of each line

 ::%s/\%12c\|\%20c\|\%30c/,/g
Insert comma at 12,20,30 positions of each line.

Blog Archive