In Vim, how is it possible to replace the remaining of a line with the yanked text? If I press "D", the yanked text will be replaced with the deleted text.
Also, how is it possible to yank to the end of the line? If I press "Y", it will yank the whole line.