unbound kitty ctrl+shift+g as it conflicts
with the nvim backwards search thingy
This commit is contained in:
parent
27a2318e24
commit
7a964b79cd
1 changed files with 7 additions and 1 deletions
|
|
@ -75,5 +75,11 @@
|
||||||
# Add support for bluetooth headset media controls
|
# Add support for bluetooth headset media controls
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
|
|
||||||
programs.kitty.enable = true;
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
keybindings = {
|
||||||
|
"ctrl+shift+g" = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue