-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clipboard keys #5352
Clipboard keys #5352
Conversation
willmcgugan
commented
Dec 6, 2024
- Implements cut/copy/paste with ctrl+x, ctrl+c, and ctrl+v
- Binds quit to ctrl+q (previously ctrl+c)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor things
I tested and "command + x" does cut the line for me in VSCode and on an online version of VSCode. I think we should revert |
It doesn't seem to cut the line for me. Does nothing AFAICT. Not apposed to changing it. |
You must have some config/plugin/keybind override going on as I tested it on an online VSCode with no config and it cut. I'll PR that as it'll just take a moment. |
Turns out the new binding wasn't working anyway: Binding("ctrl+shift+x", "delete_line", "Delete line", show=False), Should be |
Really? |
Very strange! is that running in VSCode? |
iTerm2 3.5.10 😬 |