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
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"ctrl+shift+g" = "";
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue