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. |