From 879322bc9a5ea62d7e9f35f7cd7a2318f551f52f Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Thu, 12 Mar 2026 13:31:41 -0700 Subject: [PATCH] Add copy/paste keyboard shortcut docs to How-To guide Co-Authored-By: Claude Opus 4.6 --- HOW-TO-USE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HOW-TO-USE.md b/HOW-TO-USE.md index be0e021..e7fff2f 100644 --- a/HOW-TO-USE.md +++ b/HOW-TO-USE.md @@ -494,6 +494,10 @@ When Claude Code prints a long URL (e.g., during `claude login`), Triple-C detec Shorter URLs in terminal output are also clickable directly. +### Copying and Pasting + +Use **Ctrl+Shift+C** (or **Cmd+C** on macOS) to copy selected text from the terminal, and **Ctrl+Shift+V** (or **Cmd+V** on macOS) to paste. This follows standard terminal emulator conventions since Ctrl+C is reserved for sending SIGINT. + ### Clipboard Support (OSC 52) Programs inside the container can copy text to your host clipboard. When a container program uses `xclip`, `xsel`, or `pbcopy`, the text is transparently forwarded to your host clipboard via OSC 52 escape sequences. No additional configuration is required — this works out of the box.