make ctrl + backspace great again

This commit is contained in:
2025-03-24 20:49:36 +01:00
parent 9c0da3636e
commit 5b60b0b7e1

View File

@@ -268,6 +268,18 @@ in {
silent = true;
};
}
{
key = "<C-backspace>";
action = "<C-w>";
mode = [ "i" ];
}
{
key = "<C-h>";
action = "<C-w>";
mode = [ "i" ];
}
];
colorschemes.dracula = {