Answers for "replace whole string vim"

0

vim replace whole line

Enter substitute mode for the line: S.
Paste the line you copied: shift + insert (or whatever other you mapping you have for pasting from the clipboard).
Posted by: Guest on November-01-2021

Browse Popular Code Answers by Language