From 45f2f3bcfa9b2671ba0c5fcd728f076bcd62e89f Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Wed, 3 Jun 2026 10:35:09 -0700 Subject: [PATCH] Add shortcut for pasting image from clipboard Add image paste hotkey as per https://github.com/github/copilot-cli/issues/476#issuecomment-3560732336 --- .../reference/copilot-cli-reference/cli-command-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md index bc47f90873cd..a84c7b65ab66 100644 --- a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md +++ b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md @@ -102,6 +102,7 @@ copilot completion fish > ~/.config/fish/completions/copilot.fish | Ctrl+Enter or Ctrl+Q | Queue a message to send while the agent is busy. | | Ctrl+R | Reverse search through command history. | | Ctrl+V | Paste from clipboard as an attachment. | +| Alt+V | Paste image from clipboard as an attachment. | | Ctrl+X then `/` | After you have started typing a prompt, this allows you to run a slash command—for example, if you want to change the model without having to retype your prompt. | | Ctrl+X then `e` | Edit the prompt in an external editor (`$EDITOR`). | | Ctrl+X then `b` | Promote the running task or shell command to the background. |