34

How can I make copy/paste in the Ubuntu 16.04 Shell? For example, pasting a string from my browser to the cli and execute it as a command (Ctrl+V not working by default)

abu_bua
  • 11,313

2 Answers2

59

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.

edwinksl
  • 24,109
7

Copy / Paste in Terminal

Copy:  Ctrl+Shift+C
Paste: Ctrl+Shift+V

You may also find usage for:

Copy:  Shift+Home
Paste: Shift+Insert

Benny
  • 5,100