VIM Usage Tips

From Free Knowledge Base- The DUCK Project
Revision as of 15:26, 2 June 2007 by Admin (talk | contribs) (New page: Replace each occurrence of three commas in a row with a new line character, thus making a new line in the file. :%s/,,, /\r/g)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Replace each occurrence of three commas in a row with a new line character, thus making a new line in the file.

:%s/,,, /\r/g