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:
parent
7a964b79cd
commit
b8add1f44f
1 changed files with 1 additions and 7 deletions
|
|
@ -75,11 +75,5 @@
|
||||||
# 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 = {
|
programs.kitty.enable = true;
|
||||||
enable = true;
|
|
||||||
keybindings = {
|
|
||||||
"ctrl+shift+g" = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue