Ctrl + v & Ctrl + c in terminal [duplicate]

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)

0

2 Answers

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.

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

You Might Also Like