Unable to use "ctrl+shift+c" shortcut with Kitty to copy selected content to clipboard #9457
Replies: 2 comments 2 replies
-
I just noticed my case is similar to #5143 Also, |
Beta Was this translation helpful? Give feedback.
-
helix selction has nothign to do with kippty concept of a selection so cs-c does not work. the behaviour is the same for me in vim (if I select something in visual mode I can't copy it with cs-c no idea what you did there. cs-c is handled at the terminal emulator level its not a key event that is forwarded to us so we can't do anything with it. use y or bind it to another key |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Kitty supports
ctrl+shift+c
for copying to clipboard: https://sw.kovidgoyal.net/kitty/overview/#other-keyboard-shortcuts.But I when I use Helix with Kitty, the
ctrl+shift+c
doesn't work thoughspace+y
works fine.I tried the same shortcut in Kitty without using Helix or in Kitty with VIM, it works fine.
Reproduction Steps
I tried this:
hx some-file-path
ctrl+shift+c
.I expected this to happen:
The selected text is copied to the system clipboard.
Instead, this happened:
Nothing is is copied to the system clipboard.
Helix log
Platform
Linux
Terminal Emulator
Kitty 0.31.0
Installation Method
nixpkgs
Helix Version
helix 23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions