To use xclip to copy to the clipboard for Ctrl + v functionality use:
xclip
xclip -selection c
It is recommended to make an alias for this in your bashrc profile.