Ctrl + v & Ctrl + c in terminal [duplicate]
Solution 1:
For pasting text into the terminal, you can either use Ctrl+Shift+V or use your mouse's middle click if there is one.
For copying text in the terminal, you can either use Ctrl+Shift+C or use your mouse to select the text of interest and then use its middle click to paste it.
Solution 2:
Copy / Paste in Terminal
Copy: Ctrl+Shift+C
Paste: Ctrl+Shift+V
You may also find usage for:
Copy: Shift+Home
Paste: Shift+Insert