Possible Duplicate:
Can not paste into terminal
Usually I use ctrl+v for pasting the copied content. But it is not working in terminal. Why it is disabled, Is there any alternative key board shortcut to do it?
Possible Duplicate:
Can not paste into terminal
Usually I use ctrl+v for pasting the copied content. But it is not working in terminal. Why it is disabled, Is there any alternative key board shortcut to do it?
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.