I am trying to easily copy over codes from vim editor to stackedoverflow or other coding webs.
Vim is easy to yank with highlight+y, but those yanked lines do not get pasted to stackOverflow with Ctrl+V outside of the editor. How can I accomplish the mission?
Most of this websites links such as Copying text outside of Vim with set mouse=a enabled have not worked.
I would think this should be a very straight-forward and easy answer but never found one yet.