80 Mapping keys in Kitty
Created Τρίτη 06 Σεπτεμβρίου 2022
If you want to map Ctrl + D or similar to a key in Kitty use kitty +kitten show_key on a terminal then click Ctrl + D to get the code.
# Delete word after cursor
map alt+delete send_text all \x1bd
# Delete all words after cursor
map ctrl+delete send_text all \x0b