For Linux or macOS Terminal:
- Copy:
Ctrl + Shift + Cto copy text. - Paste:
Ctrl + Shift + V- Alternatively:
Cmd + V(macOS) orShift + Insert(Linux).
For Windows (PuTTY or Similar SSH Clients):
- Copy: Select text (it automatically copies to the clipboard).
- Paste:
Right-clickorShift + Insert.
For Windows Subsystem for Linux (WSL) with Windows Terminal:
- Copy:
Ctrl + Shift + C - Paste:
Ctrl + Shift + V
For tmux or screen session:
- Copy and Paste in tmux:
- Copy:
Ctrl + Bthen[, navigate to the text, pressEnterto copy. - Paste:
Ctrl + Bthen].