Fix ctrl+insert keybindings in kitty and ghostty too

So we can use it for super+c
This commit is contained in:
David Heinemeier Hansson
2025-10-12 20:34:52 -04:00
parent fa029c54fb
commit 00b3983f8a
3 changed files with 12 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ shell-integration-features = no-cursor
# Keyboard bindings
keybind = f11=toggle_fullscreen
keybind = shift+insert=paste_from_clipboard
keybind = control+insert=copy_to_clipboard
# SSH session terminfo
shell-integration-features = ssh-env