(NB: I've moved this question from another SE site, let me know if thats not ok and I can take this down)
I'm having issues remapping Ctrl+Shift+c to copy visually selected text to the + register. At the moment I have the following in my .vimrc
vnoremap <C-C> "+y
I tried remapping a few other things to similar key bindings to see if it was my implementation or the specific combination of keys that was the issue and it is definitely the key combination (eg vnoremap <C-I> "+y worked and vnoremap <C-C> d didn't).
Any ideas why it doesn't work and how I could possibly remap it?
Cheers
On the first post of this q I was directed towards a previous answer that may possibly relate to my issue. From what I read there is a possibility of both and doing the same thing. I didn't experience this when I tested it 5 minutes ago so any help would be appreciated.
OS Ubuntu 16.04
Vim version 7.4
see pastebin for full output of $ vim --version
<C-C>being the bash equivalent toset mouse=ameaning I can't select text with the mouse to copy with:set mouse=rI can copy from vim to clipboard with