Hey there VI gurus,
I want to globally replace all tilda characters with a new line character in a file I am working on.
I've tried [tt]:%s/\~/\n/g[/tt] but all that does is replace the tildas with the letter n.
How can I represent a newline character in this replacement statement?
I want to globally replace all tilda characters with a new line character in a file I am working on.
I've tried [tt]:%s/\~/\n/g[/tt] but all that does is replace the tildas with the letter n.
How can I represent a newline character in this replacement statement?