How can I disable a hotkey, e.g. C for clone ?
I tried this with no luck!
nnoremap C nop
It should be <nop>, not nop:
<nop>
nop
nnoremap C <nop>