Revert "unbound kitty ctrl+shift+g as it conflicts"

This reverts commit 7a964b79cd.

i was wrong there isnt a conflict, the key i wanted was ctrl+t to go
back a search term, which of course on the firefox vim cheatsheet is
ctrl+G since ctrl+t is taken by the default new tab keybind
This commit is contained in:
Gabriella Bere 2025-10-03 16:53:05 +01:00
parent 7a964b79cd
commit b8add1f44f

View file

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