Skip to content

How do I select text, and copy/paste?

Linux

You can select text by holding the following button combination:

# Hold SHIFT button while you select text
SHIFT

You should be able to copy paste as normal, with your system commands.

bash
# Linux default copy/paste
CTRL+(C/V)

MacOS

You can select text by holding the following button combination:

# Hold OPTION button and SHIFT button simultaneously while you select text
⌥ + SHIFT

You should be able to copy paste as normal, with your system commands:

bash
# MacOS default copy/paste 
⌘+(C/V)

Windows

You can select text by holding the following button combination:

# Hold SHIFT button while you select text
SHIFT

You can copy text as normal, with your system commands:

bash
# Windows default copy
CTRL+C

On Windows, you may run into a conflict with the modifier key when it comes to pasting. This is due to the fact that the TUI puts the terminal in application mode, and that Microsoft will do anything in their power not to add SHIFT+INSERT.

You can bypass this by changing your terminal settings, as detailed here.

Or if your terminal has a toolbar, you can paste text through the following menu selection:

Windows Menu Paste

Windows Menu Paste

A complete and easy fix to the issue, however, is to install Windows Terminal, as detailed in this part of the FAQ