To replace a character with a newline in Vim, use the substitution command (:s) with \r … How to replace a character by a newline in Vim ?Read more
Vim
How to exit Vim?
Exiting Vim can be confusing for new users because Vim operates in modes (e.g., Normal mode, … How to exit Vim?Read more