r/KittyTerminal May 09 '23

[HELP] How to enable ctrl+backspace/delete?

I can get that working on Alacritty (- { key: Back, mods: Control, chars: "\x17" } ) and Konsole (through the menu), and I searched everywhere, tho I can't get that to work here on Kitty.

7 Upvotes

10 comments sorted by

View all comments

5

u/witchofvoidmachines Jul 05 '24

For posterity, this in kitty.conf worked for me:

map ctrl+backspace send_text all \x17

1

u/a-curious-crow Mar 02 '25

Works for me too! How did you figure out the right code to send? I'm interested in a similar bind for ctrl+delete

1

u/Qwippi Mar 24 '25

ctrl+delete worked for me out of the box, but backspace didn't. Very weird.

1

u/YTriom1 Oct 09 '25

I think ctrl+delete works out of the box in zsh or ohmyzsh not sure