TransIT AI

How-tos

Turn on quick copy/paste

Quick copy/paste is a per-device toggle that enables familiar mouse-driven copy and paste:

  • Auto-copy on selection — selected text writes to the clipboard immediately on selection (no Cmd-C needed).
  • Right-click paste — right-clicking in the pane pastes the clipboard.
  • Middle-click paste — middle-clicking pastes too (familiar to X11 users).

Off by default. When off, the terminal behaves like a normal terminal — Cmd/Ctrl-C and Cmd/Ctrl-V do what you’d expect.

Steps

When adding a new device

  1. Open the new-device dialog (sidebar + button).
  2. Fill in the device fields.
  3. Tick Quick copy/paste.
  4. Click Save.

On an existing device

  1. Right-click the device row in the sidebar.
  2. Pick Edit device….
  3. Tick Quick copy/paste.
  4. Click Save. The change takes effect on the next click in any open pane for this device.

What still asks for confirmation

Multi-line pastes always prompt for confirmation regardless of the quick copy/paste setting. Pasting a \n-bearing clipboard into a network device sends each line as a separate command, so the prompt is a guardrail against an accidental “I copied 40 lines of config and middle-clicked”.

The confirm dialog shows the full paste preview and the line count. Click Paste to send, Cancel to abort.

What clicks do when quick copy/paste is OFF

ActionBehavior
Left-click dragSelects text. Selection is NOT auto-copied; use Cmd/Ctrl-C.
Right-clickDefault terminal context menu.
Middle-clickDefault terminal behavior (typically does nothing).
Cmd/Ctrl-VPastes (single-line goes through immediately; multi-line prompts).

What clicks do when quick copy/paste is ON

ActionBehavior
Left-click dragSelects text. Selection auto-copies to the clipboard.
Right-clickReads clipboard, pastes. Single-line goes through; multi-line prompts.
Middle-clickReads clipboard, pastes. Single-line goes through; multi-line prompts.
Cmd/Ctrl-VSame as right-click.