How to paste yanked text to vim command-line

freebsdvim

Hi is there any way I can paste the yanked text from a vim buffer to a vim command line, as I need to search for some file names which appear in current open text and I have to manually type the file name after :e

Best Answer

Yes you can use ctrl+r + " and can see this as a reference https://stackoverflow.com/questions/906535/how-to-copy-yanked-text-to-vi-command-prompt

Related Question