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 59ad91eef4d4..afc85afe3403 100644 --- a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md +++ b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md @@ -186,6 +186,7 @@ With `--skill`, pass either a skill name or the path to a custom skill directory | 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. |