DeveloperBreeze

How to Paste in an SSH Terminal Without a Mouse

For Linux or macOS Terminal:

  • Copy: Ctrl + Shift + C to copy text.
  • Paste:
  • Ctrl + Shift + V
  • Alternatively: Cmd + V (macOS) or Shift + Insert (Linux).

For Windows (PuTTY or Similar SSH Clients):

  • Copy: Select text (it automatically copies to the clipboard).
  • Paste: Right-click or Shift + 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 + B then [, navigate to the text, press Enter to copy.
  • Paste: Ctrl + B then ].

Related Posts

More content you might like

Tutorial
bash

Enhancing Linux Command-Line Productivity with `tmux` and `screen`

One of the key features of tmux is the ability to split windows into multiple panes:

  • Split Horizontally:

Aug 19, 2024
Read More

Discussion 0

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!