Tuesday, May 7, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 2276  / 2 Years ago, thu, march 10, 2022, 5:12:24

How do you copy and paste inside the terminal?



I've tried with Ctrl+C and Ctrl+V; neither works, they just insert ^C or ^V into the prompt. What am I doing wrong?


More From » command-line

 Answers
5

In order to copy and paste in the terminal, you need to include the SHIFT key. For example:




  • Ctrl+Shift+C = Copy

  • Ctrl+Shift+V = Paste



Regular Ctrl+C won't work because the terminal interprets this as cancelling/interrupting an operation.


[#3861] Friday, March 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mouedi

Total Points: 420
Total Questions: 109
Total Answers: 116

Location: Philippines
Member since Wed, Aug 19, 2020
4 Years ago
mouedi questions
Mon, Mar 28, 22, 20:06, 2 Years ago
Sat, Dec 3, 22, 15:04, 1 Year ago
Wed, Jul 20, 22, 15:05, 2 Years ago
Thu, Aug 5, 21, 19:28, 3 Years ago
;