SyntaxFix
Write A Post
Hire A Developer
Questions
I have added the following line to my .vimrc
.vimrc
vnoremap <F5> "+y<CR>
This allows you to copy the selected text to the clipboard by pressing F5. You must be in visual mode for this to work.
F5