if your trying to copy from the terminal to the browser your probably gonna be having a bad time.
vim --version lets you know if your vim has clipboard enabled + beside means it does - means it doesnt.
sudo apt install vim-gtk
this is the same as G vim, graphical interface vim.
then after thats installed you can use
"+y to yank to system clipboard
No comments:
Post a Comment