I'm trying to copy a text (link) from my file (opened in vim), go to FF browser and paste the copied text in address bar. How should I do that without touching Mouse?
I am using Ubuntu OS and vim editor
Steps:
Open a file using vim
vim temp.txtcopy a text line from temp.txt
say the file has text www.google.com
I'm using command v(for visual mode), shift+$ (to select the line) and y (to yank)paste on Firefox browser address bar so that I can visit google.com
but not working (not able to paste).
Please help me with the command ?
Thank you