After enabling set mouse=a, text copied inside of Vim will not paste outside of Vim. Does anybody know of a way to fix this?
set mouse=a
Here, selecting text with t
Instead of set mouse=a use set mouse=r in .vimrc
set mouse=r