Why ctrl + v is not working in terminal [duplicate]

Solution 1:

Use shift with the normal keys in the terminal, ie Shift + Ctrl + V, etc.

I think it's changed because Ctrl + C is meaningful to the terminal as an interrupt, so shift was added for all of them.

Edit:

I just realized that you when you said "disabled", you may not have meant it simply doesn't work. If you right-click, and "paste" is actually disabled (ie, "grayed out"), then that would probably mean that the clipboard data is not something that the terminal can handle, it doesn't exist, or it's read-only.