From ce2f51a8cdeb067ef966e62b938f2f422a87827b Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:55:31 +0530 Subject: [PATCH] feat: enable `ctrl` `backspace` in kitty --- hosts/default/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home/default.nix b/hosts/default/home/default.nix index 8311fc5..be2ad67 100644 --- a/hosts/default/home/default.nix +++ b/hosts/default/home/default.nix @@ -101,6 +101,7 @@ keybindings = { "ctrl+t" = "new_tab_with_cwd"; "ctrl+shift+t" = ""; + "ctrl+backspace" = "send_text all \\x17"; }; }; };