unbound kitty ctrl+shift+g as it conflicts

with the nvim backwards search thingy
This commit is contained in:
Gabriella Bere 2025-10-03 16:52:25 +01:00
parent 27a2318e24
commit 7a964b79cd

View file

@ -75,5 +75,11 @@
# Add support for bluetooth headset media controls
services.mpris-proxy.enable = true;
programs.kitty.enable = true;
programs.kitty = {
enable = true;
keybindings = {
"ctrl+shift+g" = "";
};
};
}