How to perform a find-replace operation in Neovim from the cursor position to the end of the file (EOF), as Ex command
:%s/Hi/Hello/g
will write entire document file instead of from current cursor position
Help out sincerely
How to perform a find-replace operation in Neovim from the cursor position to the end of the file (EOF), as Ex command
:%s/Hi/Hello/g
will write entire document file instead of from current cursor position
Help out sincerely