-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
Pressing ctrl+shift+c copies selected text to the clipboard in almost all linux terminal sessions on Ubuntu 24.04.
As of at least v1.0.4 of the github copilot CLI, this shortcut no longer works.
I saw that the ctrl+c adn right click now can be used for copying selected text, but for that to work, I have to 1. Have xclip installed, and 2. re-learn the keyboard shortcut for only the github copilot CLI or move to the mouse. Both of these are unacceptable compromises for a solution that used to work.
edit: ctrl+shift+v is still the shortcut to paste in to Copilot CLI, so it makes even less sense for ctrl+shift+c to be broken
Affected version
GitHub Copilot CLI 1.0.5.
Steps to reproduce the behavior
- Open copilot CLI
- Select any text
- press ctrl+shift+c
- attempt to paste in another program - nothing happens.
Expected behavior
Text is copied when pressing ctrl+shift+c and can be pasted in another terminal
Additional context
No response
Reactions are currently unavailable