copy and paste doesn't work in terminal

Solution 1:

I hope these shortcuts are useful

  1. Ctrl+Shift+C : copy
  2. Ctrl+Shift+V : paste
  3. Shift+Insert : paste (In some cases, I can't paste data stored in clipboard from Intellij or Netbeans IDE)
  4. Use this tool for copying to clipboard: xclip

Solution 2:

Select the text you want to copy, then go to the place where you want to copy to and press the scroll wheel of the mouse.

This method doesn't require any keyboard shortcut.

Solution 3:

You can use Ctrl + Shift + X for cutting the content and Ctrl + Shift + V for pasting.