Skip to content

Commit 45f2f3b

Browse files
authored
Add shortcut for pasting image from clipboard
Add image paste hotkey as per github/copilot-cli#476 (comment)
1 parent fdcaa0d commit 45f2f3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ copilot completion fish > ~/.config/fish/completions/copilot.fish
102102
| <kbd>Ctrl</kbd>+<kbd>Enter</kbd> or <kbd>Ctrl</kbd>+<kbd>Q</kbd> | Queue a message to send while the agent is busy. |
103103
| <kbd>Ctrl</kbd>+<kbd>R</kbd> | Reverse search through command history. |
104104
| <kbd>Ctrl</kbd>+<kbd>V</kbd> | Paste from clipboard as an attachment. |
105+
| <kbd>Alt</kbd>+<kbd>V</kbd> | Paste image from clipboard as an attachment. |
105106
| <kbd>Ctrl</kbd>+<kbd>X</kbd> 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. |
106107
| <kbd>Ctrl</kbd>+<kbd>X</kbd> then `e` | Edit the prompt in an external editor (`$EDITOR`). |
107108
| <kbd>Ctrl</kbd>+<kbd>X</kbd> then `b` | Promote the running task or shell command to the background. |

0 commit comments

Comments
 (0)