There are few workarounds.
1) put this in .vimrc, you will need xclip (this will not work on wayland, you will need to replace xclip with wl-copy/wl-paste there). After this you can use Ctrl-C and Ctrl-V and Ctrl-A
vnoremap <C-c> y: call system("xclip -i", getreg("\""))<CR>
noremap <C-V> :r...