> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/en/goormide/07.-faq/terminal-copy-paste.md).

# How do I copy/paste from the terminal?

{% tabs %}
{% tab title="Windows & Linux" %}
**\[Copy]**

Copy in one of the those ways:

1. **`Ctrl + C`\***
2. **`Ctrl + Shift + C`**
3. Right-click the selected text

**\[Paste]**

Paste in one of the those ways:

1. **`Ctrl + V`\***
2. **`Ctrl + Shift + V`**
3. Right-click

If you want to use Ctrl + C/V to copy/paste, please enable **Use Ctrl + C/V to copy/paste** option from **\[Preferences] - \[Terminal] - \[Setting] - \[Shortcut Key]**.

In the Windows, CRLF is automatically converted to LF when pasting text. If you don't want to use this feature, please use **`Ctrl + Shift + V`**, or uncheck **Convert CRLF to LF when pasting text to the terminal** option from **\[Preferences] - \[Terminal] - \[Setting] - \[Paste]**.
{% endtab %}

{% tab title=" Mac OS" %}
**\[Copy]**

Copy in one of the two ways:

1. **`⌘ + C`**
2. Right-click the selected text

**\[Paste]**

Paste in one of the two ways:

1. **`⌘ + V`**
2. Right-click
   {% endtab %}
   {% endtabs %}

{% hint style="warning" %}
If you want to use the copy/paste function on the terminal, you must allow the **clipboard permission** in your browser. Please check the information below for how to allow permission.
{% endhint %}

### How to allow the clipboard permission?

When using this function, press Allow in the pop-up in the upper left corner of the browser.

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FLMDPpv59RItmbJeqtKEt%2Fimage.png?alt=media&amp;token=e5273fec-6ea6-4b13-a8a6-c5795019a1af" alt=""><figcaption><p>Pop-up that asks for clipboard permission.</p></figcaption></figure>

If the pop-up does not come out separately, you should check the following image to enter the site setting and allow clipboard permission.

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FpgZqBryN6iJu2IE0ZPOa%2Fimage.png?alt=media&amp;token=3900ef84-0e4b-46b9-8014-dfd23259020a" alt=""><figcaption><p>You can enter the site setting by pressing the left icon of the address bar.</p></figcaption></figure>

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FdASuJCgipkzFyv0NIyiv%2Fimage.png?alt=media&amp;token=19c806e2-2d44-43de-919a-63315e704512" alt=""><figcaption><p>In Site Settings, you must go to the permissions list and change the clipboard permission to Allow.</p></figcaption></figure>

{% hint style="info" %}
The images were captured based on Google Chrome, and other browsers provide permission setting in a similar way.
{% endhint %}
