add ctrl+{backspace,del} to terminal

This commit is contained in:
azpsen
2024-02-07 09:28:13 -06:00
parent ada8bee31e
commit 562e142eef
2 changed files with 13 additions and 0 deletions

View File

@@ -2260,6 +2260,12 @@ shell_integration enabled
#: Miscellaneous {{{
#: Delete previous word
map control+backspace send_text all \x17
#: Delete next word
# map control+delete send_text all \x05
#: Show documentation
# map kitty_mod+f1 show_kitty_doc overview