amix / vimrc

The ultimate Vim configuration (vimrc)
MIT License
30.77k stars 7.3k forks source link

Can't Copy To System Clipboard #747

Closed rvyhvn closed 10 months ago

rvyhvn commented 1 year ago

hello, i need help here since i'm new using vim (like 5 months) and not really into configuring vim (editing vimrc, etc.) i tried this tool and it amazes me since i hate using nvim cuz lua and this much better and easier for me. but i can't copy into system clipboard. i tried all solutions in the issue but those solutions didn't work. i'm using KDE on debian.

here's my my_configs.vim

set clipboard=unnamedplus
set mouse-=a

i also did sh install_awesome_vimrc.sh after adding those lines. thanks!

amix commented 10 months ago

I would recommend looking on the web for help as this is more an issue with VIM, KDE + Debian. An example (using perplexity): CleanShot 2024-01-07 at 16 22 39@2x

rvyhvn commented 9 months ago

Thanks, i forgot this issue was solved by my own self. I think this is Vim's problem bcuz all of my friend that uses Vim felt the same, once i switched to Neovim with your config, clipboard problems are gone.