My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix wezterm delete input

broken by enabling kitty keyboard protocol

quasigod c4ba188d 26460a44

+4
+4
modules/apps/wezterm/config.lua
··· 84 84 { key = 'n', mods = 'SUPER', action = act.DisableDefaultAssignment }, 85 85 { key = 'r', mods = 'SUPER', action = act.DisableDefaultAssignment }, 86 86 { key = 'q', mods = 'CTRL|SHIFT', action = act.DisableDefaultAssignment }, 87 + 88 + -- Fix Delete key sending wrong sequence with kitty keyboard protocol 89 + -- https://github.com/wez/wezterm/issues/3758 90 + { key = 'Delete', mods = 'NONE', action = act.SendString '\x1b[3~' }, 87 91 } 88 92 89 93 config.key_tables = {